#B464AF

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

Shades of Violet Blue #B464AF

Tints of Violet Blue #B464AF

Color information

#B464AF (or 0xB464AF) is unknown color: approx Violet Blue. HEX triplet: B4, 64 and AF. RGB value is (180,100,175). Sum of RGB (Red+Green+Blue) = 180+100+175=455 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.56% from 455); Green value is 100 (39.45% from 255 or 21.98% from 455); Blue value is 175 (68.75% from 255 or 38.46% from 455); Max value from RGB is 180 - color contains mainly: red. Hex color #B464AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B464AF is #4B9B50. Grayscale: #848484. Windows color (decimal): -4954961 or 11494580. OLE color: 11494580.

HSL color Cylindrical-coordinate representation of color #B464AF: hue angle of 303.75º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B464AF is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB180100175-
CMYK00.440.030.29
HSL303.75º34.78%54.9%-
HSV(B)303.75º44.44%70.59%-
XYZ31.1221.9143.15-
YUV132.47152161.9-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.56%
GREEN value IS 100 (39.45% from 255) = 21.98%
BLUE value IS 175 (68.75% from 255) = 38.46%
R=39.56%
G=21.98%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010017500.440.030.29303.7534.7854.9
HexB464AF02C31D1302337
Octal2641442570543354604367
Binary1011010011001001010111101011001111101100110000100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B464AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B464AF; }

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

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

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

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

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

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

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

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