#B34FA3

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

Shades of Violet Blue #B34FA3

Tints of Violet Blue #B34FA3

Color information

#B34FA3 (or 0xB34FA3) is unknown color: approx Violet Blue. HEX triplet: B3, 4F and A3. RGB value is (179,79,163). Sum of RGB (Red+Green+Blue) = 179+79+163=421 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.52% from 421); Green value is 79 (31.25% from 255 or 18.76% from 421); Blue value is 163 (64.06% from 255 or 38.72% from 421); Max value from RGB is 179 - color contains mainly: red. Hex color #B34FA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B34FA3 is #4CB05C. Grayscale: #767676. Windows color (decimal): -5025885 or 10702771. OLE color: 10702771.

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

Color convert

RGB17979163-
CMYK00.560.090.30
HSL309.6º39.68%50.59%-
HSV(B)309.6º55.87%70.2%-
XYZ2817.8236.61-
YUV118.48153.13171.17-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.52%
GREEN value IS 79 (31.25% from 255) = 18.76%
BLUE value IS 163 (64.06% from 255) = 38.72%
R=42.52%
G=18.76%
B=38.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.09
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1797916300.560.090.30309.639.6850.59
HexB34FA303891E1362833
Octal26311724307011364665063
Binary101100111001111101000110111000100111110100110110101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34FA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34FA3; }

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

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

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

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

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

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

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

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