#B071B9

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

Shades of East Side #B071B9

Tints of East Side #B071B9

Color information

#B071B9 (or 0xB071B9) is unknown color: approx East Side. HEX triplet: B0, 71 and B9. RGB value is (176,113,185). Sum of RGB (Red+Green+Blue) = 176+113+185=474 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.13% from 474); Green value is 113 (44.53% from 255 or 23.84% from 474); Blue value is 185 (72.66% from 255 or 39.03% from 474); Max value from RGB is 185 - color contains mainly: blue. Hex color #B071B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B071B9 is #4F8E46. Grayscale: #8B8B8B. Windows color (decimal): -5213767 or 12153264. OLE color: 12153264.

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

Color convert

RGB176113185-
CMYK0.050.3900.27
HSL292.5º33.96%58.43%-
HSV(B)292.5º38.92%72.55%-
XYZ32.5724.5448.92-
YUV140.04153.37153.65-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.13%
GREEN value IS 113 (44.53% from 255) = 23.84%
BLUE value IS 185 (72.66% from 255) = 39.03%
R=37.13%
G=23.84%
B=39.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761131850.050.3900.27292.533.9658.43
HexB071B952701B124223a
Octal2601612715470334444272
Binary10110000111000110111001101100111011011100100100100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B071B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B071B9; }

 p { color: rgb(176,113,185); }

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

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

 a { background-color: rgb(176,113,185); }

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

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

 span { border-color: rgb(176,113,185); }

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