Html Css Color HEX #B42D77 Medium Red Violet

📋 copy color: '#B42D77'

red 180 ◦ green 45 ◦ blue 119

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

Shades of Medium Red Violet #B42D77

Tints of Medium Red Violet #B42D77

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.08%

 BLUE value IS 119 (46.88% from 255) = 34.59%

R = 52.33%
G = 13.08%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B42D77 (or 0xB42D77) is known color: Medium Red Violet. HEX triplet: B4, 2D and 77. RGB value is (180,45,119). Sum of RGB (Red+Green+Blue) = 180+45+119=344 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.33% from 344); Green value is 45 (17.97% from 255 or 13.08% from 344); Blue value is 119 (46.88% from 255 or 34.59% from 344); Max value from RGB is 180 - color contains mainly: red. Hex color #B42D77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42D77 is #4BD288. Grayscale: #5D5D5D. Windows color (decimal): -4969097 or 7810484. OLE color: 7810484.

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

Color convert

RGB 180 45 119 -
CMYK 0 0.75 0.34 0.29
HSL 327.11º 0.6% 0.44% -
HSV(B) 327.11º 0.75% 0.71% -
XYZ 23.09 12.91 18.73 -
YUV 93.8 142.23 189.48 -
System Red Green Blue C M Y K H S L
Decimal 180 45 119 0 0.75 0.34 0.29 327.11 0.6 0.44
Hex B4 2D 77 0 4B 22 1D 147 3C 2C
Octal 264 55 167 0 113 42 35 507 74 54
Binary 10110100 101101 1110111 0 1001011 100010 11101 101000111 111100 101100

Color Harmonies of #B42D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42D77

Black with #B42D77

Text Example


Text Example

White with #B42D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42D77; }

 p { color: rgb(180,45,119); }

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

background-color css

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

 a { background-color: rgb(180,45,119); }

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

border-color css

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

 span { border-color: rgb(180,45,119); }

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