Html Css Color HEX #B42370 Medium Red Violet

📋 copy color: '#B42370'

red 180 ◦ green 35 ◦ blue 112

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

Shades of Medium Red Violet #B42370

Tints of Medium Red Violet #B42370

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.7%

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

R = 55.05%
G = 10.7%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B42370 (or 0xB42370) is known color: Medium Red Violet. HEX triplet: B4, 23 and 70. RGB value is (180,35,112). Sum of RGB (Red+Green+Blue) = 180+35+112=327 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.05% from 327); Green value is 35 (14.06% from 255 or 10.70% from 327); Blue value is 112 (44.14% from 255 or 34.25% from 327); Max value from RGB is 180 - color contains mainly: red. Hex color #B42370 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42370 is #4BDC8F. Grayscale: #565656. Windows color (decimal): -4971664 or 7349172. OLE color: 7349172.

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

Color convert

RGB 180 35 112 -
CMYK 0 0.81 0.38 0.29
HSL 328.14º 0.67% 0.42% -
HSV(B) 328.14º 0.81% 0.71% -
XYZ 22.35 12.08 16.48 -
YUV 87.13 142.04 194.24 -
System Red Green Blue C M Y K H S L
Decimal 180 35 112 0 0.81 0.38 0.29 328.14 0.67 0.42
Hex B4 23 70 0 51 26 1D 148 43 2A
Octal 264 43 160 0 121 46 35 510 103 52
Binary 10110100 100011 1110000 0 1010001 100110 11101 101001000 1000011 101010

Color Harmonies of #B42370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42370

Black with #B42370

Text Example


Text Example

White with #B42370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42370; }

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

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

background-color css

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

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

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

border-color css

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

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

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