#B072C9

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

Shades of East Side #B072C9

Tints of East Side #B072C9

Color information

#B072C9 (or 0xB072C9) is unknown color: approx East Side. HEX triplet: B0, 72 and C9. RGB value is (176,114,201). Sum of RGB (Red+Green+Blue) = 176+114+201=491 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.85% from 491); Green value is 114 (44.92% from 255 or 23.22% from 491); Blue value is 201 (78.91% from 255 or 40.94% from 491); Max value from RGB is 201 - color contains mainly: blue. Hex color #B072C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B072C9 is #4F8D36. Grayscale: #8E8E8E. Windows color (decimal): -5213495 or 13202096. OLE color: 13202096.

HSL color Cylindrical-coordinate representation of color #B072C9: hue angle of 282.76º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B072C9 is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB176114201-
CMYK0.120.4300.21
HSL282.76º44.62%61.76%-
HSV(B)282.76º43.28%78.82%-
XYZ34.4625.4858.36-
YUV142.46161.04151.93-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.85%
GREEN value IS 114 (44.92% from 255) = 23.22%
BLUE value IS 201 (78.91% from 255) = 40.94%
R=35.85%
G=23.22%
B=40.94%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1761142010.120.4300.21282.7644.6261.76
HexB072C9C2B01511b2d3e
Octal26016231114530254335576
Binary101100001110010110010011100101011010101100011011101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B072C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B072C9; }

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

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

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

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

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

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

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

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