#b34ca6

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

Shades of Violet Blue #B34CA6

Tints of Violet Blue #B34CA6

Color information

#B34CA6 (or 0xB34CA6) is unknown color: approx Violet Blue. HEX triplet: B3, 4C and A6. RGB value is (179,76,166). Sum of RGB (Red+Green+Blue) = 179+76+166=421 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.52% from 421); Green value is 76 (30.08% from 255 or 18.05% from 421); Blue value is 166 (65.23% from 255 or 39.43% from 421); Max value from RGB is 179 - color contains mainly: red. Hex color #B34CA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34CA6 is #4CB359. Grayscale: #747474. Windows color (decimal): -5026650 or 10898611. OLE color: 10898611.

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

Color convert

RGB17976166-
CMYK00.580.070.30
HSL307.57º40.39%50%-
HSV(B)307.57º57.54%70.2%-
XYZ28.0617.5137.98-
YUV117.06155.62172.18-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.52%
GREEN value IS 76 (30.08% from 255) = 18.05%
BLUE value IS 166 (65.23% from 255) = 39.43%
R=42.52%
G=18.05%
B=39.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.07
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1797616600.580.070.30307.5740.3950
HexB34CA603A71E1342832
Octal2631142460727364645062
Binary10110011100110010100110011101011111110100110100101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b34ca6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b34ca6; }

 p { color: rgb(179,76,166); }

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

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

 a { background-color: rgb(179,76,166); }

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

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

 span { border-color: rgb(179,76,166); }

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