#bb5be8

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

Shades of Medium Orchid #BB5BE8

Tints of Medium Orchid #BB5BE8

Color information

#BB5BE8 (or 0xBB5BE8) is unknown color: approx Medium Orchid. HEX triplet: BB, 5B and E8. RGB value is (187,91,232). Sum of RGB (Red+Green+Blue) = 187+91+232=510 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.67% from 510); Green value is 91 (35.94% from 255 or 17.84% from 510); Blue value is 232 (91.02% from 255 or 45.49% from 510); Max value from RGB is 232 - color contains mainly: blue. Hex color #BB5BE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB5BE8 is #44A417. Grayscale: #878787. Windows color (decimal): -4498456 or 15227835. OLE color: 15227835.

HSL color Cylindrical-coordinate representation of color #BB5BE8: hue angle of 280.85º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB5BE8 is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB18791232-
CMYK0.190.6100.09
HSL280.85º75.4%63.33%-
HSV(B)280.85º60.78%90.98%-
XYZ38.823.8778.91-
YUV135.78182.3164.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.67%
GREEN value IS 91 (35.94% from 255) = 17.84%
BLUE value IS 232 (91.02% from 255) = 45.49%
R=36.67%
G=17.84%
B=45.49%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal187912320.190.6100.09280.8575.463.33
HexBB5BE8133D091194b3f
Octal273133350237501143111377
Binary1011101110110111110100010011111101010011000110011001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb5be8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb5be8; }

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

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

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

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

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

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

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

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