Html Css Color HEX #B42AA4 Medium Red Violet

📋 copy color: '#B42AA4'

red 180 ◦ green 42 ◦ blue 164

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

Shades of Medium Red Violet #B42AA4

Tints of Medium Red Violet #B42AA4

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.88%

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

R = 46.63%
G = 10.88%
B = 42.49%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#B42AA4 (or 0xB42AA4) is known color: Medium Red Violet. HEX triplet: B4, 2A and A4. RGB value is (180,42,164). Sum of RGB (Red+Green+Blue) = 180+42+164=386 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.63% from 386); Green value is 42 (16.80% from 255 or 10.88% from 386); Blue value is 164 (64.45% from 255 or 42.49% from 386); Max value from RGB is 180 - color contains mainly: red. Hex color #B42AA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42AA4 is #4BD55B. Grayscale: #606060. Windows color (decimal): -4969820 or 10758836. OLE color: 10758836.

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

Color convert

RGB 180 42 164 -
CMYK 0 0.77 0.09 0.29
HSL 306.96º 0.62% 0.44% -
HSV(B) 306.96º 0.77% 0.71% -
XYZ 26.35 14.04 36.44 -
YUV 97.17 165.72 187.08 -
System Red Green Blue C M Y K H S L
Decimal 180 42 164 0 0.77 0.09 0.29 306.96 0.62 0.44
Hex B4 2A A4 0 4D 9 1D 133 3E 2C
Octal 264 52 244 0 115 11 35 463 76 54
Binary 10110100 101010 10100100 0 1001101 1001 11101 100110011 111110 101100

Color Harmonies of #B42AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42AA4

Black with #B42AA4

Text Example


Text Example

White with #B42AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42AA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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