Html Css Color HEX #B04AA9 Violet Blue

📋 copy color: '#B04AA9'

red 176 ◦ green 74 ◦ blue 169

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

Shades of Violet Blue #B04AA9

Tints of Violet Blue #B04AA9

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.66%

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

R = 42%
G = 17.66%
B = 40.33%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#B04AA9 (or 0xB04AA9) is known color: Violet Blue. HEX triplet: B0, 4A and A9. RGB value is (176,74,169). Sum of RGB (Red+Green+Blue) = 176+74+169=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 74 (29.30% from 255 or 17.66% from 419); Blue value is 169 (66.41% from 255 or 40.33% from 419); Max value from RGB is 176 - color contains mainly: red. Hex color #B04AA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04AA9 is #4FB556. Grayscale: #737373. Windows color (decimal): -5223767 or 11094704. OLE color: 11094704.

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

Color convert

RGB 176 74 169 -
CMYK 0 0.58 0.04 0.31
HSL 304.12º 0.41% 0.49% -
HSV(B) 304.12º 0.58% 0.69% -
XYZ 27.51 16.99 39.37 -
YUV 115.33 158.29 171.28 -
System Red Green Blue C M Y K H S L
Decimal 176 74 169 0 0.58 0.04 0.31 304.12 0.41 0.49
Hex B0 4A A9 0 3A 4 1F 130 29 31
Octal 260 112 251 0 72 4 37 460 51 61
Binary 10110000 1001010 10101001 0 111010 100 11111 100110000 101001 110001

Color Harmonies of #B04AA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04AA9

Black with #B04AA9

Text Example


Text Example

White with #B04AA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04AA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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