#B07FC9

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

Shades of East Side #B07FC9

Tints of East Side #B07FC9

Color information

#B07FC9 (or 0xB07FC9) is unknown color: approx East Side. HEX triplet: B0, 7F and C9. RGB value is (176,127,201). Sum of RGB (Red+Green+Blue) = 176+127+201=504 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.92% from 504); Green value is 127 (50% from 255 or 25.20% from 504); Blue value is 201 (78.91% from 255 or 39.88% from 504); Max value from RGB is 201 - color contains mainly: blue. Hex color #B07FC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07FC9 is #4F8036. Grayscale: #959595. Windows color (decimal): -5210167 or 13205424. OLE color: 13205424.

HSL color Cylindrical-coordinate representation of color #B07FC9: hue angle of 279.73º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B07FC9 is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB176127201-
CMYK0.120.3700.21
HSL279.73º40.66%64.31%-
HSV(B)279.73º36.82%78.82%-
XYZ36.0428.6358.88-
YUV150.09156.73146.48-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.92%
GREEN value IS 127 (50% from 255) = 25.20%
BLUE value IS 201 (78.91% from 255) = 39.88%
R=34.92%
G=25.20%
B=39.88%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1761272010.120.3700.21279.7340.6664.31
HexB07FC9C250151182940
Octal260177311144502543051100
Binary1011000011111111100100111001001010101011000110001010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07FC9; }

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

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

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

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

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

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

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

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