#B34FA7

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

Shades of Violet Blue #B34FA7

Tints of Violet Blue #B34FA7

Color information

#B34FA7 (or 0xB34FA7) is unknown color: approx Violet Blue. HEX triplet: B3, 4F and A7. RGB value is (179,79,167). Sum of RGB (Red+Green+Blue) = 179+79+167=425 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.12% from 425); Green value is 79 (31.25% from 255 or 18.59% from 425); Blue value is 167 (65.62% from 255 or 39.29% from 425); Max value from RGB is 179 - color contains mainly: red. Hex color #B34FA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B34FA7 is #4CB058. Grayscale: #767676. Windows color (decimal): -5025881 or 10964915. OLE color: 10964915.

HSL color Cylindrical-coordinate representation of color #B34FA7: hue angle of 307.2º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B34FA7 is Cyan = 0, Magento = 0.56, Yellow = 0.07 and Black (K on CMYK) = 0.30.

Color convert

RGB17979167-
CMYK00.560.070.30
HSL307.2º39.68%50.59%-
HSV(B)307.2º55.87%70.2%-
XYZ28.3617.9738.53-
YUV118.93155.13170.84-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.12%
GREEN value IS 79 (31.25% from 255) = 18.59%
BLUE value IS 167 (65.62% from 255) = 39.29%
R=42.12%
G=18.59%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.07
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1797916700.560.070.30307.239.6850.59
HexB34FA703871E1332833
Octal2631172470707364635063
Binary10110011100111110100111011100011111110100110011101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34FA7; }

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

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

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

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

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

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

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

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