Html Css Color HEX #B049A9 Violet Blue

📋 copy color: '#B049A9'

red 176 ◦ green 73 ◦ blue 169

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

Shades of Violet Blue #B049A9

Tints of Violet Blue #B049A9

RGB

 RED value IS 176 (69.14% from 255) = 42.11%

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

 BLUE value IS 169 (66.41% from 255) = 40.43%

R = 42.11%
G = 17.46%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#B049A9 (or 0xB049A9) is known color: Violet Blue. HEX triplet: B0, 49 and A9. RGB value is (176,73,169). Sum of RGB (Red+Green+Blue) = 176+73+169=418 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.11% from 418); Green value is 73 (28.91% from 255 or 17.46% from 418); Blue value is 169 (66.41% from 255 or 40.43% from 418); Max value from RGB is 176 - color contains mainly: red. Hex color #B049A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B049A9 is #4FB656. Grayscale: #727272. Windows color (decimal): -5224023 or 11094448. OLE color: 11094448.

HSL color Cylindrical-coordinate representation of color #B049A9: hue angle of 304.08º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B049A9 is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 73 169 -
CMYK 0 0.59 0.04 0.31
HSL 304.08º 0.41% 0.49% -
HSV(B) 304.08º 0.59% 0.69% -
XYZ 27.45 16.86 39.34 -
YUV 114.74 158.62 171.69 -
System Red Green Blue C M Y K H S L
Decimal 176 73 169 0 0.59 0.04 0.31 304.08 0.41 0.49
Hex B0 49 A9 0 3B 4 1F 130 29 31
Octal 260 111 251 0 73 4 37 460 51 61
Binary 10110000 1001001 10101001 0 111011 100 11111 100110000 101001 110001

Color Harmonies of #B049A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B049A9

Black with #B049A9

Text Example


Text Example

White with #B049A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B049A9; }

 p { color: rgb(176,73,169); }

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

background-color css

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

 a { background-color: rgb(176,73,169); }

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

border-color css

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

 span { border-color: rgb(176,73,169); }

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