#B07ABE

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

Shades of East Side #B07ABE

Tints of East Side #B07ABE

Color information

#B07ABE (or 0xB07ABE) is unknown color: approx East Side. HEX triplet: B0, 7A and BE. RGB value is (176,122,190). Sum of RGB (Red+Green+Blue) = 176+122+190=488 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.07% from 488); Green value is 122 (48.05% from 255 or 25% from 488); Blue value is 190 (74.61% from 255 or 38.93% from 488); Max value from RGB is 190 - color contains mainly: blue. Hex color #B07ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07ABE is #4F8541. Grayscale: #919191. Windows color (decimal): -5211458 or 12483248. OLE color: 12483248.

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

Color convert

RGB176122190-
CMYK0.070.3600.25
HSL287.65º34.34%61.18%-
HSV(B)287.65º35.79%74.51%-
XYZ34.1626.8752.1-
YUV145.9152.89149.47-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.07%
GREEN value IS 122 (48.05% from 255) = 25%
BLUE value IS 190 (74.61% from 255) = 38.93%
R=36.07%
G=25%
B=38.93%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761221900.070.3600.25287.6534.3461.18
HexB07ABE724019120223d
Octal2601722767440314404275
Binary10110000111101010111110111100100011001100100000100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07ABE; }

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

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

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

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

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

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

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

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