#BB70D1

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

Shades of Medium Orchid #BB70D1

Tints of Medium Orchid #BB70D1

Color information

#BB70D1 (or 0xBB70D1) is unknown color: approx Medium Orchid. HEX triplet: BB, 70 and D1. RGB value is (187,112,209). Sum of RGB (Red+Green+Blue) = 187+112+209=508 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.81% from 508); Green value is 112 (44.14% from 255 or 22.05% from 508); Blue value is 209 (82.03% from 255 or 41.14% from 508); Max value from RGB is 209 - color contains mainly: blue. Hex color #BB70D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB70D1 is #448F2E. Grayscale: #919191. Windows color (decimal): -4493103 or 13725883. OLE color: 13725883.

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

Color convert

RGB187112209-
CMYK0.110.4600.18
HSL286.39º51.32%62.94%-
HSV(B)286.39º46.41%81.96%-
XYZ37.826.7663.49-
YUV145.48163.85157.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.81%
GREEN value IS 112 (44.14% from 255) = 22.05%
BLUE value IS 209 (82.03% from 255) = 41.14%
R=36.81%
G=22.05%
B=41.14%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1871122090.110.4600.18286.3951.3262.94
HexBB70D1B2E01211e333f
Octal27316032113560224366377
Binary101110111110000110100011011101110010010100011110110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB70D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB70D1; }

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

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

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

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

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

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

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

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