#B364AF

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

Shades of Violet Blue #B364AF

Tints of Violet Blue #B364AF

Color information

#B364AF (or 0xB364AF) is unknown color: approx Violet Blue. HEX triplet: B3, 64 and AF. RGB value is (179,100,175). Sum of RGB (Red+Green+Blue) = 179+100+175=454 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.43% from 454); Green value is 100 (39.45% from 255 or 22.03% from 454); Blue value is 175 (68.75% from 255 or 38.55% from 454); Max value from RGB is 179 - color contains mainly: red. Hex color #B364AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B364AF is #4C9B50. Grayscale: #838383. Windows color (decimal): -5020497 or 11494579. OLE color: 11494579.

HSL color Cylindrical-coordinate representation of color #B364AF: hue angle of 303.04º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B364AF is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB179100175-
CMYK00.440.020.30
HSL303.04º34.2%54.71%-
HSV(B)303.04º44.13%70.2%-
XYZ30.8921.7943.14-
YUV132.17152.17161.4-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.43%
GREEN value IS 100 (39.45% from 255) = 22.03%
BLUE value IS 175 (68.75% from 255) = 38.55%
R=39.43%
G=22.03%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910017500.440.020.30303.0434.254.71
HexB364AF02C21E12f2237
Octal2631442570542364574267
Binary1011001111001001010111101011001011110100101111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B364AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B364AF; }

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

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

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

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

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

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

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

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