#BB5EDF

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

Shades of Medium Orchid #BB5EDF

Tints of Medium Orchid #BB5EDF

Color information

#BB5EDF (or 0xBB5EDF) is unknown color: approx Medium Orchid. HEX triplet: BB, 5E and DF. RGB value is (187,94,223). Sum of RGB (Red+Green+Blue) = 187+94+223=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 94 (37.11% from 255 or 18.65% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB5EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5EDF is #44A120. Grayscale: #888888. Windows color (decimal): -4497697 or 14638779. OLE color: 14638779.

HSL color Cylindrical-coordinate representation of color #BB5EDF: hue angle of 283.26º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BB5EDF is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB18794223-
CMYK0.160.5800.13
HSL283.26º66.84%62.16%-
HSV(B)283.26º57.85%87.45%-
XYZ37.8223.972.43-
YUV136.51176.81164.01-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.10%
GREEN value IS 94 (37.11% from 255) = 18.65%
BLUE value IS 223 (87.5% from 255) = 44.25%
R=37.10%
G=18.65%
B=44.25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal187942230.160.5800.13283.2666.8462.16
HexBB5EDF103A0D11b433e
Octal273136337207201543310376
Binary1011101110111101101111110000111010011011000110111000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5EDF; }

 p { color: rgb(187,94,223); }

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

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

 a { background-color: rgb(187,94,223); }

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

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

 span { border-color: rgb(187,94,223); }

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