#B073BB

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

Shades of East Side #B073BB

Tints of East Side #B073BB

Color information

#B073BB (or 0xB073BB) is unknown color: approx East Side. HEX triplet: B0, 73 and BB. RGB value is (176,115,187). Sum of RGB (Red+Green+Blue) = 176+115+187=478 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.82% from 478); Green value is 115 (45.31% from 255 or 24.06% from 478); Blue value is 187 (73.44% from 255 or 39.12% from 478); Max value from RGB is 187 - color contains mainly: blue. Hex color #B073BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B073BB is #4F8C44. Grayscale: #8D8D8D. Windows color (decimal): -5213253 or 12284848. OLE color: 12284848.

HSL color Cylindrical-coordinate representation of color #B073BB: hue angle of 290.83º 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 #B073BB is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB176115187-
CMYK0.060.3900.27
HSL290.83º34.62%59.22%-
HSV(B)290.83º38.5%73.33%-
XYZ3325.0850.11-
YUV141.45153.71152.65-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.82%
GREEN value IS 115 (45.31% from 255) = 24.06%
BLUE value IS 187 (73.44% from 255) = 39.12%
R=36.82%
G=24.06%
B=39.12%

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
Decimal1761151870.060.3900.27290.8334.6259.22
HexB073BB62701B123233b
Octal2601632736470334434373
Binary10110000111001110111011110100111011011100100011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B073BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B073BB; }

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

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

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

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

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

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

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

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