Html Css Color HEX #B42A81 Medium Red Violet

📋 copy color: '#B42A81'

red 180 ◦ green 42 ◦ blue 129

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

Shades of Medium Red Violet #B42A81

Tints of Medium Red Violet #B42A81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 36.75%

R = 51.28%
G = 11.97%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#B42A81 (or 0xB42A81) is known color: Medium Red Violet. HEX triplet: B4, 2A and 81. RGB value is (180,42,129). Sum of RGB (Red+Green+Blue) = 180+42+129=351 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.28% from 351); Green value is 42 (16.80% from 255 or 11.97% from 351); Blue value is 129 (50.78% from 255 or 36.75% from 351); Max value from RGB is 180 - color contains mainly: red. Hex color #B42A81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42A81 is #4BD57E. Grayscale: #5C5C5C. Windows color (decimal): -4969855 or 8465076. OLE color: 8465076.

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

Color convert

RGB 180 42 129 -
CMYK 0 0.77 0.28 0.29
HSL 322.17º 0.62% 0.44% -
HSV(B) 322.17º 0.77% 0.71% -
XYZ 23.61 12.94 22.02 -
YUV 93.18 148.22 189.93 -
System Red Green Blue C M Y K H S L
Decimal 180 42 129 0 0.77 0.28 0.29 322.17 0.62 0.44
Hex B4 2A 81 0 4D 1C 1D 142 3E 2C
Octal 264 52 201 0 115 34 35 502 76 54
Binary 10110100 101010 10000001 0 1001101 11100 11101 101000010 111110 101100

Color Harmonies of #B42A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42A81

Black with #B42A81

Text Example


Text Example

White with #B42A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42A81; }

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

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

background-color css

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

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

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

border-color css

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

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

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