Html Css Color HEX #B42170 Medium Red Violet

📋 copy color: '#B42170'

red 180 ◦ green 33 ◦ blue 112

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

Shades of Medium Red Violet #B42170

Tints of Medium Red Violet #B42170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 34.46%

R = 55.38%
G = 10.15%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B42170 (or 0xB42170) is known color: Medium Red Violet. HEX triplet: B4, 21 and 70. RGB value is (180,33,112). Sum of RGB (Red+Green+Blue) = 180+33+112=325 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.38% from 325); Green value is 33 (13.28% from 255 or 10.15% from 325); Blue value is 112 (44.14% from 255 or 34.46% from 325); Max value from RGB is 180 - color contains mainly: red. Hex color #B42170 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42170 is #4BDE8F. Grayscale: #555555. Windows color (decimal): -4972176 or 7348660. OLE color: 7348660.

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

Color convert

RGB 180 33 112 -
CMYK 0 0.82 0.38 0.29
HSL 327.76º 0.69% 0.42% -
HSV(B) 327.76º 0.82% 0.71% -
XYZ 22.29 11.96 16.46 -
YUV 85.96 142.7 195.08 -
System Red Green Blue C M Y K H S L
Decimal 180 33 112 0 0.82 0.38 0.29 327.76 0.69 0.42
Hex B4 21 70 0 52 26 1D 148 45 2A
Octal 264 41 160 0 122 46 35 510 105 52
Binary 10110100 100001 1110000 0 1010010 100110 11101 101001000 1000101 101010

Color Harmonies of #B42170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42170

Black with #B42170

Text Example


Text Example

White with #B42170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42170; }

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

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

background-color css

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

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

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

border-color css

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

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

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