#B07FB6

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

Shades of East Side #B07FB6

Tints of East Side #B07FB6

Color information

#B07FB6 (or 0xB07FB6) is unknown color: approx East Side. HEX triplet: B0, 7F and B6. RGB value is (176,127,182). Sum of RGB (Red+Green+Blue) = 176+127+182=485 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.29% from 485); Green value is 127 (50% from 255 or 26.19% from 485); Blue value is 182 (71.48% from 255 or 37.53% from 485); Max value from RGB is 182 - color contains mainly: blue. Hex color #B07FB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07FB6 is #4F8049. Grayscale: #939393. Windows color (decimal): -5210186 or 11960240. OLE color: 11960240.

HSL color Cylindrical-coordinate representation of color #B07FB6: hue angle of 293.45º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B07FB6 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB176127182-
CMYK0.030.3000.29
HSL293.45º27.36%60.59%-
HSV(B)293.45º30.22%71.37%-
XYZ33.9427.7947.83-
YUV147.92147.23148.03-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.29%
GREEN value IS 127 (50% from 255) = 26.19%
BLUE value IS 182 (71.48% from 255) = 37.53%
R=36.29%
G=26.19%
B=37.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1761271820.030.3000.29293.4527.3660.59
HexB07FB631E01D1251b3d
Octal2601772663360354453375
Binary10110000111111110110110111111001110110010010111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07FB6; }

 p { color: rgb(176,127,182); }

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

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

 a { background-color: rgb(176,127,182); }

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

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

 span { border-color: rgb(176,127,182); }

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