#BB57E3

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

Shades of Medium Orchid #BB57E3

Tints of Medium Orchid #BB57E3

Color information

#BB57E3 (or 0xBB57E3) is unknown color: approx Medium Orchid. HEX triplet: BB, 57 and E3. RGB value is (187,87,227). Sum of RGB (Red+Green+Blue) = 187+87+227=501 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.33% from 501); Green value is 87 (34.38% from 255 or 17.37% from 501); Blue value is 227 (89.06% from 255 or 45.31% from 501); Max value from RGB is 227 - color contains mainly: blue. Hex color #BB57E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB57E3 is #44A81C. Grayscale: #848484. Windows color (decimal): -4499485 or 14899131. OLE color: 14899131.

HSL color Cylindrical-coordinate representation of color #BB57E3: hue angle of 282.86º degrees, saturation: 0.71, 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 #BB57E3 is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB18787227-
CMYK0.180.6200.11
HSL282.86º71.43%61.57%-
HSV(B)282.86º61.67%89.02%-
XYZ37.7722.9375.11-
YUV132.86181.13166.62-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.33%
GREEN value IS 87 (34.38% from 255) = 17.37%
BLUE value IS 227 (89.06% from 255) = 45.31%
R=37.33%
G=17.37%
B=45.31%

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
Decimal187872270.180.6200.11282.8671.4361.57
HexBB57E3123E0B11b473e
Octal273127343227601343310776
Binary1011101110101111110001110010111110010111000110111000111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB57E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB57E3; }

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

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

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

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

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

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

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

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