Html Css Color HEX #B34BA0 Violet Blue

📋 copy color: '#B34BA0'

red 179 ◦ green 75 ◦ blue 160

#B34BA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet Blue #B34BA0

Tints of Violet Blue #B34BA0

RGB

 RED value IS 179 (70.31% from 255) = 43.24%

 GREEN value IS 75 (29.69% from 255) = 18.12%

 BLUE value IS 160 (62.89% from 255) = 38.65%

R = 43.24%
G = 18.12%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B34BA0 (or 0xB34BA0) is known color: Violet Blue. HEX triplet: B3, 4B and A0. RGB value is (179,75,160). Sum of RGB (Red+Green+Blue) = 179+75+160=414 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.24% from 414); Green value is 75 (29.69% from 255 or 18.12% from 414); Blue value is 160 (62.89% from 255 or 38.65% from 414); Max value from RGB is 179 - color contains mainly: red. Hex color #B34BA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34BA0 is #4CB45F. Grayscale: #737373. Windows color (decimal): -5026912 or 10505139. OLE color: 10505139.

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

Color convert

RGB 179 75 160 -
CMYK 0 0.58 0.11 0.30
HSL 310.96º 0.41% 0.5% -
HSV(B) 310.96º 0.58% 0.7% -
XYZ 27.45 17.15 35.12 -
YUV 115.79 152.96 173.09 -
System Red Green Blue C M Y K H S L
Decimal 179 75 160 0 0.58 0.11 0.30 310.96 0.41 0.5
Hex B3 4B A0 0 3A B 1E 137 29 32
Octal 263 113 240 0 72 13 36 467 51 62
Binary 10110011 1001011 10100000 0 111010 1011 11110 100110111 101001 110010

Color Harmonies of #B34BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34BA0

Black with #B34BA0

Text Example


Text Example

White with #B34BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34BA0; }

 p { color: rgb(179,75,160); }

 H1.HeaderClassName
 {
   color: #B34BA0;
 }
 .AnyTagClassName
 {
   color: #B34BA0;
 }
</style>

background-color css

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

 a { background-color: rgb(179,75,160); }

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

border-color css

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

 span { border-color: rgb(179,75,160); }

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