Html Css Color HEX #B44BA2 Violet Blue

📋 copy color: '#B44BA2'

red 180 ◦ green 75 ◦ blue 162

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

Shades of Violet Blue #B44BA2

Tints of Violet Blue #B44BA2

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.99%

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

R = 43.17%
G = 17.99%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.1

 K value IS 0.29

RGB Variations

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

Color information

#B44BA2 (or 0xB44BA2) is known color: Violet Blue. HEX triplet: B4, 4B and A2. RGB value is (180,75,162). Sum of RGB (Red+Green+Blue) = 180+75+162=417 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.17% from 417); Green value is 75 (29.69% from 255 or 17.99% from 417); Blue value is 162 (63.67% from 255 or 38.85% from 417); Max value from RGB is 180 - color contains mainly: red. Hex color #B44BA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44BA2 is #4BB45D. Grayscale: #747474. Windows color (decimal): -4961374 or 10636212. OLE color: 10636212.

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

Color convert

RGB 180 75 162 -
CMYK 0 0.58 0.1 0.29
HSL 310.29º 0.41% 0.5% -
HSV(B) 310.29º 0.58% 0.71% -
XYZ 27.86 17.34 36.06 -
YUV 116.31 153.79 173.43 -
System Red Green Blue C M Y K H S L
Decimal 180 75 162 0 0.58 0.1 0.29 310.29 0.41 0.5
Hex B4 4B A2 0 3A A 1D 136 29 32
Octal 264 113 242 0 72 12 35 466 51 62
Binary 10110100 1001011 10100010 0 111010 1010 11101 100110110 101001 110010

Color Harmonies of #B44BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44BA2

Black with #B44BA2

Text Example


Text Example

White with #B44BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44BA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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