Html Css Color HEX #B42476 Medium Red Violet

📋 copy color: '#B42476'

red 180 ◦ green 36 ◦ blue 118

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

Shades of Medium Red Violet #B42476

Tints of Medium Red Violet #B42476

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.78%

 BLUE value IS 118 (46.48% from 255) = 35.33%

R = 53.89%
G = 10.78%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B42476 (or 0xB42476) is known color: Medium Red Violet. HEX triplet: B4, 24 and 76. RGB value is (180,36,118). Sum of RGB (Red+Green+Blue) = 180+36+118=334 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.89% from 334); Green value is 36 (14.45% from 255 or 10.78% from 334); Blue value is 118 (46.48% from 255 or 35.33% from 334); Max value from RGB is 180 - color contains mainly: red. Hex color #B42476 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42476 is #4BDB89. Grayscale: #585858. Windows color (decimal): -4971402 or 7742644. OLE color: 7742644.

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

Color convert

RGB 180 36 118 -
CMYK 0 0.8 0.34 0.29
HSL 325.83º 0.67% 0.42% -
HSV(B) 325.83º 0.8% 0.71% -
XYZ 22.72 12.27 18.31 -
YUV 88.4 144.71 193.33 -
System Red Green Blue C M Y K H S L
Decimal 180 36 118 0 0.8 0.34 0.29 325.83 0.67 0.42
Hex B4 24 76 0 50 22 1D 146 43 2A
Octal 264 44 166 0 120 42 35 506 103 52
Binary 10110100 100100 1110110 0 1010000 100010 11101 101000110 1000011 101010

Color Harmonies of #B42476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42476

Black with #B42476

Text Example


Text Example

White with #B42476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42476; }

 p { color: rgb(180,36,118); }

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

background-color css

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

 a { background-color: rgb(180,36,118); }

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

border-color css

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

 span { border-color: rgb(180,36,118); }

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