#B073BE

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

Shades of East Side #B073BE

Tints of East Side #B073BE

Color information

#B073BE (or 0xB073BE) is unknown color: approx East Side. HEX triplet: B0, 73 and BE. RGB value is (176,115,190). Sum of RGB (Red+Green+Blue) = 176+115+190=481 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.59% from 481); Green value is 115 (45.31% from 255 or 23.91% from 481); Blue value is 190 (74.61% from 255 or 39.50% from 481); Max value from RGB is 190 - color contains mainly: blue. Hex color #B073BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B073BE is #4F8C41. Grayscale: #8D8D8D. Windows color (decimal): -5213250 or 12481456. OLE color: 12481456.

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

Color convert

RGB176115190-
CMYK0.070.3900.25
HSL288.8º36.59%59.8%-
HSV(B)288.8º39.47%74.51%-
XYZ33.3325.2151.82-
YUV141.79155.21152.4-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.59%
GREEN value IS 115 (45.31% from 255) = 23.91%
BLUE value IS 190 (74.61% from 255) = 39.50%
R=36.59%
G=23.91%
B=39.50%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761151900.070.3900.25288.836.5959.8
HexB073BE727019121253c
Octal2601632767470314414574
Binary10110000111001110111110111100111011001100100001100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B073BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B073BE; }

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

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

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

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

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

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

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

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