#BB57CD

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

Shades of Medium Orchid #BB57CD

Tints of Medium Orchid #BB57CD

Color information

#BB57CD (or 0xBB57CD) is unknown color: approx Medium Orchid. HEX triplet: BB, 57 and CD. RGB value is (187,87,205). Sum of RGB (Red+Green+Blue) = 187+87+205=479 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.04% from 479); Green value is 87 (34.38% from 255 or 18.16% from 479); Blue value is 205 (80.47% from 255 or 42.80% from 479); Max value from RGB is 205 - color contains mainly: blue. Hex color #BB57CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB57CD is #44A832. Grayscale: #818181. Windows color (decimal): -4499507 or 13457339. OLE color: 13457339.

HSL color Cylindrical-coordinate representation of color #BB57CD: hue angle of 290.85º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BB57CD is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB18787205-
CMYK0.090.5800.20
HSL290.85º54.13%57.25%-
HSV(B)290.85º57.56%80.39%-
XYZ34.9221.7960.12-
YUV130.35170.13168.41-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.04%
GREEN value IS 87 (34.38% from 255) = 18.16%
BLUE value IS 205 (80.47% from 255) = 42.80%
R=39.04%
G=18.16%
B=42.80%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal187872050.090.5800.20290.8554.1357.25
HexBB57CD93A0141233639
Octal27312731511720244436671
Binary101110111010111110011011001111010010100100100011110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB57CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB57CD; }

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

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

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

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

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

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

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

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