#B072BC

Color #B072BC East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #B072BC

Tints of East Side #B072BC

Color information

#B072BC (or 0xB072BC) is unknown color: approx East Side. HEX triplet: B0, 72 and BC. RGB value is (176,114,188). Sum of RGB (Red+Green+Blue) = 176+114+188=478 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.82% from 478); Green value is 114 (44.92% from 255 or 23.85% from 478); Blue value is 188 (73.83% from 255 or 39.33% from 478); Max value from RGB is 188 - color contains mainly: blue. Hex color #B072BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B072BC is #4F8D43. Grayscale: #8C8C8C. Windows color (decimal): -5213508 or 12350128. OLE color: 12350128.

HSL color Cylindrical-coordinate representation of color #B072BC: hue angle of 290.27º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B072BC is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB176114188-
CMYK0.060.3900.26
HSL290.27º35.58%59.22%-
HSV(B)290.27º39.36%73.73%-
XYZ3324.950.64-
YUV140.97154.54152.98-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.82%
GREEN value IS 114 (44.92% from 255) = 23.85%
BLUE value IS 188 (73.83% from 255) = 39.33%
R=36.82%
G=23.85%
B=39.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1761141880.060.3900.26290.2735.5859.22
HexB072BC62701A122243b
Octal2601622746470324424473
Binary10110000111001010111100110100111011010100100010100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B072BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B072BC; }

 p { color: rgb(176,114,188); }

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

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

 a { background-color: rgb(176,114,188); }

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

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

 span { border-color: rgb(176,114,188); }

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