#BB59E7

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

Shades of Medium Orchid #BB59E7

Tints of Medium Orchid #BB59E7

Color information

#BB59E7 (or 0xBB59E7) is unknown color: approx Medium Orchid. HEX triplet: BB, 59 and E7. RGB value is (187,89,231). Sum of RGB (Red+Green+Blue) = 187+89+231=507 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.88% from 507); Green value is 89 (35.16% from 255 or 17.55% from 507); Blue value is 231 (90.62% from 255 or 45.56% from 507); Max value from RGB is 231 - color contains mainly: blue. Hex color #BB59E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB59E7 is #44A618. Grayscale: #868686. Windows color (decimal): -4498969 or 15161787. OLE color: 15161787.

HSL color Cylindrical-coordinate representation of color #BB59E7: hue angle of 281.41º 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 #BB59E7 is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB18789231-
CMYK0.190.6100.09
HSL281.41º74.74%62.75%-
HSV(B)281.41º61.47%90.59%-
XYZ38.4923.4878.1-
YUV134.49182.47165.45-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.88%
GREEN value IS 89 (35.16% from 255) = 17.55%
BLUE value IS 231 (90.62% from 255) = 45.56%
R=36.88%
G=17.55%
B=45.56%

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
Decimal187892310.190.6100.09281.4174.7462.75
HexBB59E7133D091194b3f
Octal273131347237501143111377
Binary1011101110110011110011110011111101010011000110011001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB59E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB59E7; }

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

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

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

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

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

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

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

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