#bb5be6

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

Shades of Medium Orchid #BB5BE6

Tints of Medium Orchid #BB5BE6

Color information

#BB5BE6 (or 0xBB5BE6) is unknown color: approx Medium Orchid. HEX triplet: BB, 5B and E6. RGB value is (187,91,230). Sum of RGB (Red+Green+Blue) = 187+91+230=508 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.81% from 508); Green value is 91 (35.94% from 255 or 17.91% from 508); Blue value is 230 (90.23% from 255 or 45.28% from 508); Max value from RGB is 230 - color contains mainly: blue. Hex color #BB5BE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB5BE6 is #44A419. Grayscale: #878787. Windows color (decimal): -4498458 or 15096763. OLE color: 15096763.

HSL color Cylindrical-coordinate representation of color #BB5BE6: hue angle of 281.44º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB5BE6 is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB18791230-
CMYK0.190.6000.10
HSL281.44º73.54%62.94%-
HSV(B)281.44º60.43%90.2%-
XYZ38.5223.7677.42-
YUV135.55181.3164.7-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.81%
GREEN value IS 91 (35.94% from 255) = 17.91%
BLUE value IS 230 (90.23% from 255) = 45.28%
R=36.81%
G=17.91%
B=45.28%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal187912300.190.6000.10281.4473.5462.94
HexBB5BE6133C0A1194a3f
Octal273133346237401243111277
Binary1011101110110111110011010011111100010101000110011001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb5be6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb5be6; }

 p { color: rgb(187,91,230); }

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

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

 a { background-color: rgb(187,91,230); }

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

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

 span { border-color: rgb(187,91,230); }

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