Html Css Color HEX #B42AAA Medium Red Violet

📋 copy color: '#B42AAA'

red 180 ◦ green 42 ◦ blue 170

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

Shades of Medium Red Violet #B42AAA

Tints of Medium Red Violet #B42AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 43.37%

R = 45.92%
G = 10.71%
B = 43.37%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B42AAA (or 0xB42AAA) is known color: Medium Red Violet. HEX triplet: B4, 2A and AA. RGB value is (180,42,170). Sum of RGB (Red+Green+Blue) = 180+42+170=392 (51% of max value = 765). Red value is 180 (70.70% from 255 or 45.92% from 392); Green value is 42 (16.80% from 255 or 10.71% from 392); Blue value is 170 (66.80% from 255 or 43.37% from 392); Max value from RGB is 180 - color contains mainly: red. Hex color #B42AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42AAA is #4BD555. Grayscale: #616161. Windows color (decimal): -4969814 or 11152052. OLE color: 11152052.

HSL color Cylindrical-coordinate representation of color #B42AAA: hue angle of 304.35º 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 #B42AAA is Cyan = 0, Magento = 0.77, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 42 170 -
CMYK 0 0.77 0.06 0.29
HSL 304.35º 0.62% 0.44% -
HSV(B) 304.35º 0.77% 0.71% -
XYZ 26.91 14.26 39.36 -
YUV 97.85 168.72 186.59 -
System Red Green Blue C M Y K H S L
Decimal 180 42 170 0 0.77 0.06 0.29 304.35 0.62 0.44
Hex B4 2A AA 0 4D 6 1D 130 3E 2C
Octal 264 52 252 0 115 6 35 460 76 54
Binary 10110100 101010 10101010 0 1001101 110 11101 100110000 111110 101100

Color Harmonies of #B42AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42AAA

Black with #B42AAA

Text Example


Text Example

White with #B42AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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