#BB70E3

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

Shades of Medium Orchid #BB70E3

Tints of Medium Orchid #BB70E3

Color information

#BB70E3 (or 0xBB70E3) is unknown color: approx Medium Orchid. HEX triplet: BB, 70 and E3. RGB value is (187,112,227). Sum of RGB (Red+Green+Blue) = 187+112+227=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 112 (44.14% from 255 or 21.29% from 526); Blue value is 227 (89.06% from 255 or 43.16% from 526); Max value from RGB is 227 - color contains mainly: blue. Hex color #BB70E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB70E3 is #448F1C. Grayscale: #939393. Windows color (decimal): -4493085 or 14905531. OLE color: 14905531.

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

Color convert

RGB187112227-
CMYK0.180.5100.11
HSL279.13º67.25%66.47%-
HSV(B)279.13º50.66%89.02%-
XYZ40.1527.775.9-
YUV147.54172.85156.15-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.55%
GREEN value IS 112 (44.14% from 255) = 21.29%
BLUE value IS 227 (89.06% from 255) = 43.16%
R=35.55%
G=21.29%
B=43.16%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1871122270.180.5100.11279.1367.2566.47
HexBB70E312330B1174342
Octal2731603432263013427103102
Binary10111011111000011100011100101100110101110001011110000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB70E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB70E3; }

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

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

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

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

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

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

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

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