Html Css Color HEX #B42172 Medium Red Violet

📋 copy color: '#B42172'

red 180 ◦ green 33 ◦ blue 114

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

Shades of Medium Red Violet #B42172

Tints of Medium Red Violet #B42172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 34.86%

R = 55.05%
G = 10.09%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B42172 (or 0xB42172) is known color: Medium Red Violet. HEX triplet: B4, 21 and 72. RGB value is (180,33,114). Sum of RGB (Red+Green+Blue) = 180+33+114=327 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.05% from 327); Green value is 33 (13.28% from 255 or 10.09% from 327); Blue value is 114 (44.92% from 255 or 34.86% from 327); Max value from RGB is 180 - color contains mainly: red. Hex color #B42172 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42172 is #4BDE8D. Grayscale: #565656. Windows color (decimal): -4972174 or 7479732. OLE color: 7479732.

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

Color convert

RGB 180 33 114 -
CMYK 0 0.82 0.37 0.29
HSL 326.94º 0.69% 0.42% -
HSV(B) 326.94º 0.82% 0.71% -
XYZ 22.4 12.01 17.06 -
YUV 86.19 143.7 194.91 -
System Red Green Blue C M Y K H S L
Decimal 180 33 114 0 0.82 0.37 0.29 326.94 0.69 0.42
Hex B4 21 72 0 52 25 1D 147 45 2A
Octal 264 41 162 0 122 45 35 507 105 52
Binary 10110100 100001 1110010 0 1010010 100101 11101 101000111 1000101 101010

Color Harmonies of #B42172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42172

Black with #B42172

Text Example


Text Example

White with #B42172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42172; }

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

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

background-color css

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

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

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

border-color css

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

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

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