#B073BF

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

Shades of East Side #B073BF

Tints of East Side #B073BF

Color information

#B073BF (or 0xB073BF) is unknown color: approx East Side. HEX triplet: B0, 73 and BF. RGB value is (176,115,191). Sum of RGB (Red+Green+Blue) = 176+115+191=482 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.51% from 482); Green value is 115 (45.31% from 255 or 23.86% from 482); Blue value is 191 (75% from 255 or 39.63% from 482); Max value from RGB is 191 - color contains mainly: blue. Hex color #B073BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B073BF is #4F8C40. Grayscale: #8D8D8D. Windows color (decimal): -5213249 or 12546992. OLE color: 12546992.

HSL color Cylindrical-coordinate representation of color #B073BF: hue angle of 288.16º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B073BF is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB176115191-
CMYK0.080.4000.25
HSL288.16º37.25%60%-
HSV(B)288.16º39.79%74.9%-
XYZ33.4425.2552.4-
YUV141.9155.71152.32-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.51%
GREEN value IS 115 (45.31% from 255) = 23.86%
BLUE value IS 191 (75% from 255) = 39.63%
R=36.51%
G=23.86%
B=39.63%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761151910.080.4000.25288.1637.2560
HexB073BF828019120253c
Octal26016327710500314404574
Binary101100001110011101111111000101000011001100100000100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B073BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B073BF; }

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

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

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

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

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

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

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

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