Html Css Color HEX #B42A84 Medium Red Violet

📋 copy color: '#B42A84'

red 180 ◦ green 42 ◦ blue 132

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

Shades of Medium Red Violet #B42A84

Tints of Medium Red Violet #B42A84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 37.29%

R = 50.85%
G = 11.86%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#B42A84 (or 0xB42A84) is known color: Medium Red Violet. HEX triplet: B4, 2A and 84. RGB value is (180,42,132). Sum of RGB (Red+Green+Blue) = 180+42+132=354 (46% of max value = 765). Red value is 180 (70.70% from 255 or 50.85% from 354); Green value is 42 (16.80% from 255 or 11.86% from 354); Blue value is 132 (51.95% from 255 or 37.29% from 354); Max value from RGB is 180 - color contains mainly: red. Hex color #B42A84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42A84 is #4BD57B. Grayscale: #5D5D5D. Windows color (decimal): -4969852 or 8661684. OLE color: 8661684.

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

Color convert

RGB 180 42 132 -
CMYK 0 0.77 0.27 0.29
HSL 320.87º 0.62% 0.44% -
HSV(B) 320.87º 0.77% 0.71% -
XYZ 23.82 13.03 23.09 -
YUV 93.52 149.72 189.68 -
System Red Green Blue C M Y K H S L
Decimal 180 42 132 0 0.77 0.27 0.29 320.87 0.62 0.44
Hex B4 2A 84 0 4D 1B 1D 141 3E 2C
Octal 264 52 204 0 115 33 35 501 76 54
Binary 10110100 101010 10000100 0 1001101 11011 11101 101000001 111110 101100

Color Harmonies of #B42A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42A84

Black with #B42A84

Text Example


Text Example

White with #B42A84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42A84; }

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

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

background-color css

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

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

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

border-color css

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

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

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