#B64AA4

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

Shades of Violet Blue #B64AA4

Tints of Violet Blue #B64AA4

Color information

#B64AA4 (or 0xB64AA4) is unknown color: approx Violet Blue. HEX triplet: B6, 4A and A4. RGB value is (182,74,164). Sum of RGB (Red+Green+Blue) = 182+74+164=420 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.33% from 420); Green value is 74 (29.30% from 255 or 17.62% from 420); Blue value is 164 (64.45% from 255 or 39.05% from 420); Max value from RGB is 182 - color contains mainly: red. Hex color #B64AA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64AA4 is #49B55B. Grayscale: #747474. Windows color (decimal): -4830556 or 10767030. OLE color: 10767030.

HSL color Cylindrical-coordinate representation of color #B64AA4: hue angle of 310º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B64AA4 is Cyan = 0, Magento = 0.59, Yellow = 0.10 and Black (K on CMYK) = 0.29.

Color convert

RGB18274164-
CMYK00.590.100.29
HSL310º42.52%50.2%-
HSV(B)310º59.34%71.37%-
XYZ28.4417.5237.01-
YUV116.55154.78174.68-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.33%
GREEN value IS 74 (29.30% from 255) = 17.62%
BLUE value IS 164 (64.45% from 255) = 39.05%
R=43.33%
G=17.62%
B=39.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.10
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1827416400.590.100.2931042.5250.2
HexB64AA403BA1D1362b32
Octal26611224407312354665362
Binary101101101001010101001000111011101011101100110110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64AA4; }

 p { color: rgb(182,74,164); }

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

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

 a { background-color: rgb(182,74,164); }

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

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

 span { border-color: rgb(182,74,164); }

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