#B064AD

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

Shades of Violet Blue #B064AD

Tints of Violet Blue #B064AD

Color information

#B064AD (or 0xB064AD) is unknown color: approx Violet Blue. HEX triplet: B0, 64 and AD. RGB value is (176,100,173). Sum of RGB (Red+Green+Blue) = 176+100+173=449 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.20% from 449); Green value is 100 (39.45% from 255 or 22.27% from 449); Blue value is 173 (67.97% from 255 or 38.53% from 449); Max value from RGB is 176 - color contains mainly: red. Hex color #B064AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B064AD is #4F9B52. Grayscale: #828282. Windows color (decimal): -5217107 or 11363504. OLE color: 11363504.

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

Color convert

RGB176100173-
CMYK00.430.020.31
HSL302.37º32.48%54.12%-
HSV(B)302.37º43.18%69.02%-
XYZ3021.3642.08-
YUV131.05151.68160.06-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.20%
GREEN value IS 100 (39.45% from 255) = 22.27%
BLUE value IS 173 (67.97% from 255) = 38.53%
R=39.20%
G=22.27%
B=38.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610017300.430.020.31302.3732.4854.12
HexB064AD02B21F12e2036
Octal2601442550532374564066
Binary1011000011001001010110101010111011111100101110100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B064AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B064AD; }

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

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

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

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

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

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

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

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