#B072BB

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

Shades of East Side #B072BB

Tints of East Side #B072BB

Color information

#B072BB (or 0xB072BB) is unknown color: approx East Side. HEX triplet: B0, 72 and BB. RGB value is (176,114,187). Sum of RGB (Red+Green+Blue) = 176+114+187=477 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.90% from 477); Green value is 114 (44.92% from 255 or 23.90% from 477); Blue value is 187 (73.44% from 255 or 39.20% from 477); Max value from RGB is 187 - color contains mainly: blue. Hex color #B072BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B072BB is #4F8D44. Grayscale: #8C8C8C. Windows color (decimal): -5213509 or 12284592. OLE color: 12284592.

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

Color convert

RGB176114187-
CMYK0.060.3900.27
HSL290.96º34.93%59.02%-
HSV(B)290.96º39.04%73.33%-
XYZ32.8924.8550.08-
YUV140.86154.04153.06-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.90%
GREEN value IS 114 (44.92% from 255) = 23.90%
BLUE value IS 187 (73.44% from 255) = 39.20%
R=36.90%
G=23.90%
B=39.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761141870.060.3900.27290.9634.9359.02
HexB072BB62701B123233b
Octal2601622736470334434373
Binary10110000111001010111011110100111011011100100011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B072BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B072BB; }

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

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

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

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

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

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

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

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