#B07AC8

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

Shades of East Side #B07AC8

Tints of East Side #B07AC8

Color information

#B07AC8 (or 0xB07AC8) is unknown color: approx East Side. HEX triplet: B0, 7A and C8. RGB value is (176,122,200). Sum of RGB (Red+Green+Blue) = 176+122+200=498 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.34% from 498); Green value is 122 (48.05% from 255 or 24.50% from 498); Blue value is 200 (78.52% from 255 or 40.16% from 498); Max value from RGB is 200 - color contains mainly: blue. Hex color #B07AC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07AC8 is #4F8537. Grayscale: #929292. Windows color (decimal): -5211448 or 13138608. OLE color: 13138608.

HSL color Cylindrical-coordinate representation of color #B07AC8: hue angle of 281.54º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B07AC8 is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB176122200-
CMYK0.120.3900.22
HSL281.54º41.49%63.14%-
HSV(B)281.54º39%78.43%-
XYZ35.2927.3258.06-
YUV147.04157.89148.66-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.34%
GREEN value IS 122 (48.05% from 255) = 24.50%
BLUE value IS 200 (78.52% from 255) = 40.16%
R=35.34%
G=24.50%
B=40.16%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1761222000.120.3900.22281.5441.4963.14
HexB07AC8C2701611a293f
Octal26017231014470264325177
Binary101100001111010110010001100100111010110100011010101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07AC8; }

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

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

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

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

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

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

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

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