#BB57DA

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

Shades of Medium Orchid #BB57DA

Tints of Medium Orchid #BB57DA

Color information

#BB57DA (or 0xBB57DA) is unknown color: approx Medium Orchid. HEX triplet: BB, 57 and DA. RGB value is (187,87,218). Sum of RGB (Red+Green+Blue) = 187+87+218=492 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.01% from 492); Green value is 87 (34.38% from 255 or 17.68% from 492); Blue value is 218 (85.55% from 255 or 44.31% from 492); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB57DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB57DA is #44A825. Grayscale: #838383. Windows color (decimal): -4499494 or 14309307. OLE color: 14309307.

HSL color Cylindrical-coordinate representation of color #BB57DA: hue angle of 285.8º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB57DA is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB18787218-
CMYK0.140.6000.15
HSL285.8º63.9%59.8%-
HSV(B)285.8º60.09%85.49%-
XYZ36.5622.4468.73-
YUV131.83176.63167.35-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.01%
GREEN value IS 87 (34.38% from 255) = 17.68%
BLUE value IS 218 (85.55% from 255) = 44.31%
R=38.01%
G=17.68%
B=44.31%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal187872180.140.6000.15285.863.959.8
HexBB57DAE3C0F11e403c
Octal273127332167401743610074
Binary101110111010111110110101110111100011111000111101000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB57DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB57DA; }

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

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

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

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

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

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

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

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