Html Css Color HEX #B349A1 Violet Blue

📋 copy color: '#B349A1'

red 179 ◦ green 73 ◦ blue 161

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

Shades of Violet Blue #B349A1

Tints of Violet Blue #B349A1

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.68%

 BLUE value IS 161 (63.28% from 255) = 38.98%

R = 43.34%
G = 17.68%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.10

 K value IS 0.30

RGB Variations

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

Color information

#B349A1 (or 0xB349A1) is known color: Violet Blue. HEX triplet: B3, 49 and A1. RGB value is (179,73,161). Sum of RGB (Red+Green+Blue) = 179+73+161=413 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.34% from 413); Green value is 73 (28.91% from 255 or 17.68% from 413); Blue value is 161 (63.28% from 255 or 38.98% from 413); Max value from RGB is 179 - color contains mainly: red. Hex color #B349A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B349A1 is #4CB65E. Grayscale: #727272. Windows color (decimal): -5027423 or 10570163. OLE color: 10570163.

HSL color Cylindrical-coordinate representation of color #B349A1: hue angle of 310.19º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B349A1 is Cyan = 0, Magento = 0.59, Yellow = 0.10 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 73 161 -
CMYK 0 0.59 0.10 0.30
HSL 310.19º 0.42% 0.49% -
HSV(B) 310.19º 0.59% 0.7% -
XYZ 27.41 16.92 35.54 -
YUV 114.73 154.12 173.84 -
System Red Green Blue C M Y K H S L
Decimal 179 73 161 0 0.59 0.10 0.30 310.19 0.42 0.49
Hex B3 49 A1 0 3B A 1E 136 2A 31
Octal 263 111 241 0 73 12 36 466 52 61
Binary 10110011 1001001 10100001 0 111011 1010 11110 100110110 101010 110001

Color Harmonies of #B349A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B349A1

Black with #B349A1

Text Example


Text Example

White with #B349A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B349A1; }

 p { color: rgb(179,73,161); }

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

background-color css

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

 a { background-color: rgb(179,73,161); }

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

border-color css

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

 span { border-color: rgb(179,73,161); }

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