#B064AF

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

Shades of Violet Blue #B064AF

Tints of Violet Blue #B064AF

Color information

#B064AF (or 0xB064AF) is unknown color: approx Violet Blue. HEX triplet: B0, 64 and AF. RGB value is (176,100,175). Sum of RGB (Red+Green+Blue) = 176+100+175=451 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.02% from 451); Green value is 100 (39.45% from 255 or 22.17% from 451); Blue value is 175 (68.75% from 255 or 38.80% from 451); Max value from RGB is 176 - color contains mainly: red. Hex color #B064AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B064AF is #4F9B50. Grayscale: #838383. Windows color (decimal): -5217105 or 11494576. OLE color: 11494576.

HSL color Cylindrical-coordinate representation of color #B064AF: hue angle of 300.79º 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 #B064AF is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB176100175-
CMYK00.430.010.31
HSL300.79º32.48%54.12%-
HSV(B)300.79º43.18%69.02%-
XYZ30.221.4443.1-
YUV131.27152.68159.9-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.02%
GREEN value IS 100 (39.45% from 255) = 22.17%
BLUE value IS 175 (68.75% from 255) = 38.80%
R=39.02%
G=22.17%
B=38.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610017500.430.010.31300.7932.4854.12
HexB064AF02B11F12d2036
Octal2601442570531374554066
Binary101100001100100101011110101011111111100101101100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B064AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B064AF; }

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

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

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

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

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

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

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

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