#B064A1

Color #B064A1 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #B064A1

Tints of Violet Blue #B064A1

Color information

#B064A1 (or 0xB064A1) is unknown color: approx Violet Blue. HEX triplet: B0, 64 and A1. RGB value is (176,100,161). Sum of RGB (Red+Green+Blue) = 176+100+161=437 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.27% from 437); Green value is 100 (39.45% from 255 or 22.88% from 437); Blue value is 161 (63.28% from 255 or 36.84% from 437); Max value from RGB is 176 - color contains mainly: red. Hex color #B064A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B064A1 is #4F9B5E. Grayscale: #818181. Windows color (decimal): -5217119 or 10577072. OLE color: 10577072.

HSL color Cylindrical-coordinate representation of color #B064A1: hue angle of 311.84º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B064A1 is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB176100161-
CMYK00.430.090.31
HSL311.84º32.48%54.12%-
HSV(B)311.84º43.18%69.02%-
XYZ28.8920.9236.23-
YUV129.68145.68161.04-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.27%
GREEN value IS 100 (39.45% from 255) = 22.88%
BLUE value IS 161 (63.28% from 255) = 36.84%
R=40.27%
G=22.88%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610016100.430.090.31311.8432.4854.12
HexB064A102B91F1382036
Octal26014424105311374704066
Binary101100001100100101000010101011100111111100111000100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B064A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B064A1; }

 p { color: rgb(176,100,161); }

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

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

 a { background-color: rgb(176,100,161); }

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

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

 span { border-color: rgb(176,100,161); }

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