#BB5CF3

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

Shades of Medium Orchid #BB5CF3

Tints of Medium Orchid #BB5CF3

Color information

#BB5CF3 (or 0xBB5CF3) is unknown color: approx Medium Orchid. HEX triplet: BB, 5C and F3. RGB value is (187,92,243). Sum of RGB (Red+Green+Blue) = 187+92+243=522 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.82% from 522); Green value is 92 (36.33% from 255 or 17.62% from 522); Blue value is 243 (95.31% from 255 or 46.55% from 522); Max value from RGB is 243 - color contains mainly: blue. Hex color #BB5CF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB5CF3 is #44A30C. Grayscale: #898989. Windows color (decimal): -4498189 or 15948987. OLE color: 15948987.

HSL color Cylindrical-coordinate representation of color #BB5CF3: hue angle of 277.75º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BB5CF3 is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB18792243-
CMYK0.230.6200.05
HSL277.75º86.29%65.69%-
HSV(B)277.75º62.14%95.29%-
XYZ40.524.6987.43-
YUV137.62187.47163.22-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.82%
GREEN value IS 92 (36.33% from 255) = 17.62%
BLUE value IS 243 (95.31% from 255) = 46.55%
R=35.82%
G=17.62%
B=46.55%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal187922430.230.6200.05277.7586.2965.69
HexBB5CF3173E051165642
Octal273134363277605426126102
Binary1011101110111001111001110111111110010110001011010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5CF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5CF3; }

 p { color: rgb(187,92,243); }

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

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

 a { background-color: rgb(187,92,243); }

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

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

 span { border-color: rgb(187,92,243); }

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