#B34CA8

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

Shades of Violet Blue #B34CA8

Tints of Violet Blue #B34CA8

Color information

#B34CA8 (or 0xB34CA8) is unknown color: approx Violet Blue. HEX triplet: B3, 4C and A8. RGB value is (179,76,168). Sum of RGB (Red+Green+Blue) = 179+76+168=423 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.32% from 423); Green value is 76 (30.08% from 255 or 17.97% from 423); Blue value is 168 (66.02% from 255 or 39.72% from 423); Max value from RGB is 179 - color contains mainly: red. Hex color #B34CA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34CA8 is #4CB357. Grayscale: #757575. Windows color (decimal): -5026648 or 11029683. OLE color: 11029683.

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

Color convert

RGB17976168-
CMYK00.580.060.30
HSL306.41º40.39%50%-
HSV(B)306.41º57.54%70.2%-
XYZ28.2417.5838.95-
YUV117.28156.62172.02-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.32%
GREEN value IS 76 (30.08% from 255) = 17.97%
BLUE value IS 168 (66.02% from 255) = 39.72%
R=42.32%
G=17.97%
B=39.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.06
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1797616800.580.060.30306.4140.3950
HexB34CA803A61E1322832
Octal2631142500726364625062
Binary10110011100110010101000011101011011110100110010101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34CA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34CA8; }

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

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

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

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

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

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

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

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