Html Css Color HEX #B42176 Medium Red Violet

📋 copy color: '#B42176'

red 180 ◦ green 33 ◦ blue 118

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

Shades of Medium Red Violet #B42176

Tints of Medium Red Violet #B42176

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.97%

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

R = 54.38%
G = 9.97%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B42176 (or 0xB42176) is known color: Medium Red Violet. HEX triplet: B4, 21 and 76. RGB value is (180,33,118). Sum of RGB (Red+Green+Blue) = 180+33+118=331 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.38% from 331); Green value is 33 (13.28% from 255 or 9.97% from 331); Blue value is 118 (46.48% from 255 or 35.65% from 331); Max value from RGB is 180 - color contains mainly: red. Hex color #B42176 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42176 is #4BDE89. Grayscale: #565656. Windows color (decimal): -4972170 or 7741876. OLE color: 7741876.

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

Color convert

RGB 180 33 118 -
CMYK 0 0.82 0.34 0.29
HSL 325.31º 0.69% 0.42% -
HSV(B) 325.31º 0.82% 0.71% -
XYZ 22.64 12.1 18.28 -
YUV 86.64 145.7 194.59 -
System Red Green Blue C M Y K H S L
Decimal 180 33 118 0 0.82 0.34 0.29 325.31 0.69 0.42
Hex B4 21 76 0 52 22 1D 145 45 2A
Octal 264 41 166 0 122 42 35 505 105 52
Binary 10110100 100001 1110110 0 1010010 100010 11101 101000101 1000101 101010

Color Harmonies of #B42176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42176

Black with #B42176

Text Example


Text Example

White with #B42176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42176; }

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

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

background-color css

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

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

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

border-color css

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

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

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