#BB5BE1

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

Shades of Medium Orchid #BB5BE1

Tints of Medium Orchid #BB5BE1

Color information

#BB5BE1 (or 0xBB5BE1) is unknown color: approx Medium Orchid. HEX triplet: BB, 5B and E1. RGB value is (187,91,225). Sum of RGB (Red+Green+Blue) = 187+91+225=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 91 (35.94% from 255 or 18.09% from 503); Blue value is 225 (88.28% from 255 or 44.73% from 503); Max value from RGB is 225 - color contains mainly: blue. Hex color #BB5BE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5BE1 is #44A41E. Grayscale: #868686. Windows color (decimal): -4498463 or 14769083. OLE color: 14769083.

HSL color Cylindrical-coordinate representation of color #BB5BE1: hue angle of 282.99º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB5BE1 is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB18791225-
CMYK0.170.6000.12
HSL282.99º69.07%61.96%-
HSV(B)282.99º59.56%88.24%-
XYZ37.8323.4873.77-
YUV134.98178.8165.1-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.18%
GREEN value IS 91 (35.94% from 255) = 18.09%
BLUE value IS 225 (88.28% from 255) = 44.73%
R=37.18%
G=18.09%
B=44.73%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal187912250.170.6000.12282.9969.0761.96
HexBB5BE1113C0C11b453e
Octal273133341217401443310576
Binary1011101110110111110000110001111100011001000110111000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5BE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5BE1; }

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

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

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

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

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

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

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

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