#B07ACC

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

Shades of East Side #B07ACC

Tints of East Side #B07ACC

Color information

#B07ACC (or 0xB07ACC) is unknown color: approx East Side. HEX triplet: B0, 7A and CC. RGB value is (176,122,204). Sum of RGB (Red+Green+Blue) = 176+122+204=502 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.06% from 502); Green value is 122 (48.05% from 255 or 24.30% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 204 - color contains mainly: blue. Hex color #B07ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07ACC is #4F8533. Grayscale: #939393. Windows color (decimal): -5211444 or 13400752. OLE color: 13400752.

HSL color Cylindrical-coordinate representation of color #B07ACC: hue angle of 279.51º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B07ACC is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB176122204-
CMYK0.140.4000.2
HSL279.51º44.57%63.92%-
HSV(B)279.51º40.2%80%-
XYZ35.7627.5160.55-
YUV147.49159.89148.33-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.06%
GREEN value IS 122 (48.05% from 255) = 24.30%
BLUE value IS 204 (80.08% from 255) = 40.64%
R=35.06%
G=24.30%
B=40.64%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1761222040.140.4000.2279.5144.5763.92
HexB07ACCE280141182d40
Octal260172314165002443055100
Binary1011000011110101100110011101010000101001000110001011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07ACC; }

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

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

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

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

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

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

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

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