#B364A7

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

Shades of Violet Blue #B364A7

Tints of Violet Blue #B364A7

Color information

#B364A7 (or 0xB364A7) is unknown color: approx Violet Blue. HEX triplet: B3, 64 and A7. RGB value is (179,100,167). Sum of RGB (Red+Green+Blue) = 179+100+167=446 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.13% from 446); Green value is 100 (39.45% from 255 or 22.42% from 446); Blue value is 167 (65.62% from 255 or 37.44% from 446); Max value from RGB is 179 - color contains mainly: red. Hex color #B364A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B364A7 is #4C9B58. Grayscale: #838383. Windows color (decimal): -5020505 or 10970291. OLE color: 10970291.

HSL color Cylindrical-coordinate representation of color #B364A7: hue angle of 309.11º 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 #B364A7 is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.30.

Color convert

RGB179100167-
CMYK00.440.070.30
HSL309.11º34.2%54.71%-
HSV(B)309.11º44.13%70.2%-
XYZ30.1221.4939.12-
YUV131.26148.17162.05-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.13%
GREEN value IS 100 (39.45% from 255) = 22.42%
BLUE value IS 167 (65.62% from 255) = 37.44%
R=40.13%
G=22.42%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.07
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910016700.440.070.30309.1134.254.71
HexB364A702C71E1352237
Octal2631442470547364654267
Binary10110011110010010100111010110011111110100110101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B364A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B364A7; }

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

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

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

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

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

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

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

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