Html Css Color HEX #B44AA4 Violet Blue

📋 copy color: '#B44AA4'

red 180 ◦ green 74 ◦ blue 164

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

Shades of Violet Blue #B44AA4

Tints of Violet Blue #B44AA4

RGB

 RED value IS 180 (70.7% from 255) = 43.06%

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

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

R = 43.06%
G = 17.7%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#B44AA4 (or 0xB44AA4) is known color: Violet Blue. HEX triplet: B4, 4A and A4. RGB value is (180,74,164). Sum of RGB (Red+Green+Blue) = 180+74+164=418 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.06% from 418); Green value is 74 (29.30% from 255 or 17.70% from 418); Blue value is 164 (64.45% from 255 or 39.23% from 418); Max value from RGB is 180 - color contains mainly: red. Hex color #B44AA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44AA4 is #4BB55B. Grayscale: #737373. Windows color (decimal): -4961628 or 10767028. OLE color: 10767028.

HSL color Cylindrical-coordinate representation of color #B44AA4: hue angle of 309.06º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B44AA4 is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 74 164 -
CMYK 0 0.59 0.09 0.29
HSL 309.06º 0.42% 0.5% -
HSV(B) 309.06º 0.59% 0.71% -
XYZ 27.97 17.28 36.98 -
YUV 115.95 155.12 173.68 -
System Red Green Blue C M Y K H S L
Decimal 180 74 164 0 0.59 0.09 0.29 309.06 0.42 0.5
Hex B4 4A A4 0 3B 9 1D 135 2A 32
Octal 264 112 244 0 73 11 35 465 52 62
Binary 10110100 1001010 10100100 0 111011 1001 11101 100110101 101010 110010

Color Harmonies of #B44AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44AA4

Black with #B44AA4

Text Example


Text Example

White with #B44AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44AA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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