#BB5DED

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

Shades of Medium Orchid #BB5DED

Tints of Medium Orchid #BB5DED

Color information

#BB5DED (or 0xBB5DED) is unknown color: approx Medium Orchid. HEX triplet: BB, 5D and ED. RGB value is (187,93,237). Sum of RGB (Red+Green+Blue) = 187+93+237=517 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.17% from 517); Green value is 93 (36.72% from 255 or 17.99% from 517); Blue value is 237 (92.97% from 255 or 45.84% from 517); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB5DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB5DED is #44A212. Grayscale: #898989. Windows color (decimal): -4497939 or 15556027. OLE color: 15556027.

HSL color Cylindrical-coordinate representation of color #BB5DED: hue angle of 279.17º degrees, saturation: 0.8, 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 #BB5DED is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB18793237-
CMYK0.210.6100.07
HSL279.17º80%64.71%-
HSV(B)279.17º60.76%92.94%-
XYZ39.6924.5182.76-
YUV137.52184.14163.29-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.17%
GREEN value IS 93 (36.72% from 255) = 17.99%
BLUE value IS 237 (92.97% from 255) = 45.84%
R=36.17%
G=17.99%
B=45.84%

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
Decimal187932370.210.6100.07279.178064.71
HexBB5DED153D071175041
Octal273135355257507427120101
Binary1011101110111011110110110101111101011110001011110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5DED; }

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

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

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

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

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

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

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

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