#BB57D1

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

Shades of Medium Orchid #BB57D1

Tints of Medium Orchid #BB57D1

Color information

#BB57D1 (or 0xBB57D1) is unknown color: approx Medium Orchid. HEX triplet: BB, 57 and D1. RGB value is (187,87,209). Sum of RGB (Red+Green+Blue) = 187+87+209=483 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.72% from 483); Green value is 87 (34.38% from 255 or 18.01% from 483); Blue value is 209 (82.03% from 255 or 43.27% from 483); Max value from RGB is 209 - color contains mainly: blue. Hex color #BB57D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB57D1 is #44A82E. Grayscale: #828282. Windows color (decimal): -4499503 or 13719483. OLE color: 13719483.

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

Color convert

RGB18787209-
CMYK0.110.5800.18
HSL289.18º57.01%58.04%-
HSV(B)289.18º58.37%81.96%-
XYZ35.4121.9862.7-
YUV130.81172.13168.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.72%
GREEN value IS 87 (34.38% from 255) = 18.01%
BLUE value IS 209 (82.03% from 255) = 43.27%
R=38.72%
G=18.01%
B=43.27%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal187872090.110.5800.18289.1857.0158.04
HexBB57D1B3A012121393a
Octal27312732113720224417172
Binary101110111010111110100011011111010010010100100001111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB57D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB57D1; }

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

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

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

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

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

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

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

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