#B07FC8

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

Shades of East Side #B07FC8

Tints of East Side #B07FC8

Color information

#B07FC8 (or 0xB07FC8) is unknown color: approx East Side. HEX triplet: B0, 7F and C8. RGB value is (176,127,200). Sum of RGB (Red+Green+Blue) = 176+127+200=503 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.99% from 503); Green value is 127 (50% from 255 or 25.25% from 503); Blue value is 200 (78.52% from 255 or 39.76% from 503); Max value from RGB is 200 - color contains mainly: blue. Hex color #B07FC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07FC8 is #4F8037. Grayscale: #959595. Windows color (decimal): -5210168 or 13139888. OLE color: 13139888.

HSL color Cylindrical-coordinate representation of color #B07FC8: hue angle of 280.27º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B07FC8 is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB176127200-
CMYK0.120.3600.22
HSL280.27º39.89%64.12%-
HSV(B)280.27º36.5%78.43%-
XYZ35.9228.5858.27-
YUV149.97156.23146.56-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.99%
GREEN value IS 127 (50% from 255) = 25.25%
BLUE value IS 200 (78.52% from 255) = 39.76%
R=34.99%
G=25.25%
B=39.76%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1761272000.120.3600.22280.2739.8964.12
HexB07FC8C240161182840
Octal260177310144402643050100
Binary1011000011111111100100011001001000101101000110001010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07FC8; }

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

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

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

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

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

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

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

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