#BB5DEE

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

Shades of Medium Orchid #BB5DEE

Tints of Medium Orchid #BB5DEE

Color information

#BB5DEE (or 0xBB5DEE) is unknown color: approx Medium Orchid. HEX triplet: BB, 5D and EE. RGB value is (187,93,238). Sum of RGB (Red+Green+Blue) = 187+93+238=518 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.10% from 518); Green value is 93 (36.72% from 255 or 17.95% from 518); Blue value is 238 (93.36% from 255 or 45.95% from 518); Max value from RGB is 238 - color contains mainly: blue. Hex color #BB5DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB5DEE is #44A211. Grayscale: #898989. Windows color (decimal): -4497938 or 15621563. OLE color: 15621563.

HSL color Cylindrical-coordinate representation of color #BB5DEE: hue angle of 278.9º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB5DEE is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB18793238-
CMYK0.210.6100.07
HSL278.9º81.01%64.9%-
HSV(B)278.9º60.92%93.33%-
XYZ39.8424.5783.53-
YUV137.64184.64163.21-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.10%
GREEN value IS 93 (36.72% from 255) = 17.95%
BLUE value IS 238 (93.36% from 255) = 45.95%
R=36.10%
G=17.95%
B=45.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal187932380.210.6100.07278.981.0164.9
HexBB5DEE153D071175141
Octal273135356257507427121101
Binary1011101110111011110111010101111101011110001011110100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5DEE; }

 p { color: rgb(187,93,238); }

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

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

 a { background-color: rgb(187,93,238); }

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

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

 span { border-color: rgb(187,93,238); }

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