Html Css Color HEX #B44DA2 Violet Blue

📋 copy color: '#B44DA2'

red 180 ◦ green 77 ◦ blue 162

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

Shades of Violet Blue #B44DA2

Tints of Violet Blue #B44DA2

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.38%

 BLUE value IS 162 (63.67% from 255) = 38.66%

R = 42.96%
G = 18.38%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.1

 K value IS 0.29

RGB Variations

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

Color information

#B44DA2 (or 0xB44DA2) is known color: Violet Blue. HEX triplet: B4, 4D and A2. RGB value is (180,77,162). Sum of RGB (Red+Green+Blue) = 180+77+162=419 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.96% from 419); Green value is 77 (30.47% from 255 or 18.38% from 419); Blue value is 162 (63.67% from 255 or 38.66% from 419); Max value from RGB is 180 - color contains mainly: red. Hex color #B44DA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B44DA2 is #4BB25D. Grayscale: #757575. Windows color (decimal): -4960862 or 10636724. OLE color: 10636724.

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

Color convert

RGB 180 77 162 -
CMYK 0 0.57 0.1 0.29
HSL 310.49º 0.41% 0.5% -
HSV(B) 310.49º 0.57% 0.71% -
XYZ 28 17.62 36.11 -
YUV 117.49 153.12 172.59 -
System Red Green Blue C M Y K H S L
Decimal 180 77 162 0 0.57 0.1 0.29 310.49 0.41 0.5
Hex B4 4D A2 0 39 A 1D 136 29 32
Octal 264 115 242 0 71 12 35 466 51 62
Binary 10110100 1001101 10100010 0 111001 1010 11101 100110110 101001 110010

Color Harmonies of #B44DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44DA2

Black with #B44DA2

Text Example


Text Example

White with #B44DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44DA2; }

 p { color: rgb(180,77,162); }

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

background-color css

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

 a { background-color: rgb(180,77,162); }

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

border-color css

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

 span { border-color: rgb(180,77,162); }

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