#BB57E4

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

Shades of Medium Orchid #BB57E4

Tints of Medium Orchid #BB57E4

Color information

#BB57E4 (or 0xBB57E4) is unknown color: approx Medium Orchid. HEX triplet: BB, 57 and E4. RGB value is (187,87,228). Sum of RGB (Red+Green+Blue) = 187+87+228=502 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.25% from 502); Green value is 87 (34.38% from 255 or 17.33% from 502); Blue value is 228 (89.45% from 255 or 45.42% from 502); Max value from RGB is 228 - color contains mainly: blue. Hex color #BB57E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB57E4 is #44A81B. Grayscale: #848484. Windows color (decimal): -4499484 or 14964667. OLE color: 14964667.

HSL color Cylindrical-coordinate representation of color #BB57E4: hue angle of 282.55º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BB57E4 is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB18787228-
CMYK0.180.6200.11
HSL282.55º72.31%61.76%-
HSV(B)282.55º61.84%89.41%-
XYZ37.9122.9875.84-
YUV132.97181.63166.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.25%
GREEN value IS 87 (34.38% from 255) = 17.33%
BLUE value IS 228 (89.45% from 255) = 45.42%
R=37.25%
G=17.33%
B=45.42%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal187872280.180.6200.11282.5572.3161.76
HexBB57E4123E0B11b483e
Octal273127344227601343311076
Binary1011101110101111110010010010111110010111000110111001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB57E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB57E4; }

 p { color: rgb(187,87,228); }

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

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

 a { background-color: rgb(187,87,228); }

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

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

 span { border-color: rgb(187,87,228); }

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