#BB4FEA

Color #BB4FEA Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #BB4FEA

Tints of Medium Orchid #BB4FEA

Color information

#BB4FEA (or 0xBB4FEA) is unknown color: approx Medium Orchid. HEX triplet: BB, 4F and EA. RGB value is (187,79,234). Sum of RGB (Red+Green+Blue) = 187+79+234=500 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.4% from 500); Green value is 79 (31.25% from 255 or 15.8% from 500); Blue value is 234 (91.80% from 255 or 46.8% from 500); Max value from RGB is 234 - color contains mainly: blue. Hex color #BB4FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB4FEA is #44B015. Grayscale: #808080. Windows color (decimal): -4501526 or 15355835. OLE color: 15355835.

HSL color Cylindrical-coordinate representation of color #BB4FEA: hue angle of 281.81º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB4FEA is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB18779234-
CMYK0.200.6600.08
HSL281.81º78.68%61.37%-
HSV(B)281.81º66.24%91.76%-
XYZ38.1422.180.1-
YUV128.96187.28169.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 37.4%
GREEN value IS 79 (31.25% from 255) = 15.8%
BLUE value IS 234 (91.80% from 255) = 46.8%
R=37.4%
G=15.8%
B=46.8%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal187792340.200.6600.08281.8178.6861.37
HexBB4FEA14420811a4f3d
Octal2731173522410201043211775
Binary10111011100111111101010101001000010010001000110101001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4FEA; }

 p { color: rgb(187,79,234); }

 H1.HeaderClassName
 {
   color: #BB4FEA;
 }
 .AnyTagClassName
 {
   color: #BB4FEA;
 }
</style>
background-color css

<style>
 a { background-color: #BB4FEA; }

 a { background-color: rgb(187,79,234); }

 div.DivClassName
 {
   background-color: #BB4FEA;
 }
 .BgClassName
 {
   background-color: #BB4FEA;
 }
</style>
border-color css

<style>
 span { border-color: #BB4FEA; }

 span { border-color: rgb(187,79,234); }

 td.TdClassName
 {
   border-color: #BB4FEA;
 }
 .TagClassName
 {
   border-color: #BB4FEA;
 }
</style>