Html Css Color HEX #B04AA4 Violet Blue

📋 copy color: '#B04AA4'

red 176 ◦ green 74 ◦ blue 164

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

Shades of Violet Blue #B04AA4

Tints of Violet Blue #B04AA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 39.61%

R = 42.51%
G = 17.87%
B = 39.61%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#B04AA4 (or 0xB04AA4) is known color: Violet Blue. HEX triplet: B0, 4A and A4. RGB value is (176,74,164). Sum of RGB (Red+Green+Blue) = 176+74+164=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 74 (29.30% from 255 or 17.87% from 414); Blue value is 164 (64.45% from 255 or 39.61% from 414); Max value from RGB is 176 - color contains mainly: red. Hex color #B04AA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04AA4 is #4FB55B. Grayscale: #727272. Windows color (decimal): -5223772 or 10767024. OLE color: 10767024.

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

Color convert

RGB 176 74 164 -
CMYK 0 0.58 0.07 0.31
HSL 307.06º 0.41% 0.49% -
HSV(B) 307.06º 0.58% 0.69% -
XYZ 27.05 16.81 36.94 -
YUV 114.76 155.79 171.68 -
System Red Green Blue C M Y K H S L
Decimal 176 74 164 0 0.58 0.07 0.31 307.06 0.41 0.49
Hex B0 4A A4 0 3A 7 1F 133 29 31
Octal 260 112 244 0 72 7 37 463 51 61
Binary 10110000 1001010 10100100 0 111010 111 11111 100110011 101001 110001

Color Harmonies of #B04AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04AA4

Black with #B04AA4

Text Example


Text Example

White with #B04AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04AA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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