#bb59e0

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

Shades of Medium Orchid #BB59E0

Tints of Medium Orchid #BB59E0

Color information

#BB59E0 (or 0xBB59E0) is unknown color: approx Medium Orchid. HEX triplet: BB, 59 and E0. RGB value is (187,89,224). Sum of RGB (Red+Green+Blue) = 187+89+224=500 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.4% from 500); Green value is 89 (35.16% from 255 or 17.8% from 500); Blue value is 224 (87.89% from 255 or 44.8% from 500); Max value from RGB is 224 - color contains mainly: blue. Hex color #BB59E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB59E0 is #44A61F. Grayscale: #858585. Windows color (decimal): -4498976 or 14703035. OLE color: 14703035.

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

Color convert

RGB18789224-
CMYK0.170.6000.12
HSL283.56º68.53%61.37%-
HSV(B)283.56º60.27%87.84%-
XYZ37.5223.0973-
YUV133.69178.97166.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.4%
GREEN value IS 89 (35.16% from 255) = 17.8%
BLUE value IS 224 (87.89% from 255) = 44.8%
R=37.4%
G=17.8%
B=44.8%

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
Decimal187892240.170.6000.12283.5668.5361.37
HexBB59E0113C0C11c453d
Octal273131340217401443410575
Binary1011101110110011110000010001111100011001000111001000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb59e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb59e0; }

 p { color: rgb(187,89,224); }

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

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

 a { background-color: rgb(187,89,224); }

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

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

 span { border-color: rgb(187,89,224); }

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