#B07FBF

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

Shades of East Side #B07FBF

Tints of East Side #B07FBF

Color information

#B07FBF (or 0xB07FBF) is unknown color: approx East Side. HEX triplet: B0, 7F and BF. RGB value is (176,127,191). Sum of RGB (Red+Green+Blue) = 176+127+191=494 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.63% from 494); Green value is 127 (50% from 255 or 25.71% from 494); Blue value is 191 (75% from 255 or 38.66% from 494); Max value from RGB is 191 - color contains mainly: blue. Hex color #B07FBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07FBF is #4F8040. Grayscale: #949494. Windows color (decimal): -5210177 or 12550064. OLE color: 12550064.

HSL color Cylindrical-coordinate representation of color #B07FBF: hue angle of 285.94º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B07FBF is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB176127191-
CMYK0.080.3400.25
HSL285.94º33.33%62.35%-
HSV(B)285.94º33.51%74.9%-
XYZ34.928.1752.89-
YUV148.95151.73147.3-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.63%
GREEN value IS 127 (50% from 255) = 25.71%
BLUE value IS 191 (75% from 255) = 38.66%
R=35.63%
G=25.71%
B=38.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761271910.080.3400.25285.9433.3362.35
HexB07FBF82201911e213e
Octal26017727710420314364176
Binary101100001111111101111111000100010011001100011110100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07FBF; }

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

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

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

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

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

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

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

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