Html Css Color HEX #B04AAA Violet Blue

📋 copy color: '#B04AAA'

red 176 ◦ green 74 ◦ blue 170

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

Shades of Violet Blue #B04AAA

Tints of Violet Blue #B04AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40.48%

R = 41.9%
G = 17.62%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B04AAA (or 0xB04AAA) is known color: Violet Blue. HEX triplet: B0, 4A and AA. RGB value is (176,74,170). Sum of RGB (Red+Green+Blue) = 176+74+170=420 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.90% from 420); Green value is 74 (29.30% from 255 or 17.62% from 420); Blue value is 170 (66.80% from 255 or 40.48% from 420); Max value from RGB is 176 - color contains mainly: red. Hex color #B04AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04AAA is #4FB555. Grayscale: #737373. Windows color (decimal): -5223766 or 11160240. OLE color: 11160240.

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

Color convert

RGB 176 74 170 -
CMYK 0 0.58 0.03 0.31
HSL 303.53º 0.41% 0.49% -
HSV(B) 303.53º 0.58% 0.69% -
XYZ 27.61 17.03 39.86 -
YUV 115.44 158.79 171.19 -
System Red Green Blue C M Y K H S L
Decimal 176 74 170 0 0.58 0.03 0.31 303.53 0.41 0.49
Hex B0 4A AA 0 3A 3 1F 130 29 31
Octal 260 112 252 0 72 3 37 460 51 61
Binary 10110000 1001010 10101010 0 111010 11 11111 100110000 101001 110001

Color Harmonies of #B04AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04AAA

Black with #B04AAA

Text Example


Text Example

White with #B04AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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