Html Css Color HEX #B42373 Medium Red Violet

📋 copy color: '#B42373'

red 180 ◦ green 35 ◦ blue 115

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

Shades of Medium Red Violet #B42373

Tints of Medium Red Violet #B42373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 34.85%

R = 54.55%
G = 10.61%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B42373 (or 0xB42373) is known color: Medium Red Violet. HEX triplet: B4, 23 and 73. RGB value is (180,35,115). Sum of RGB (Red+Green+Blue) = 180+35+115=330 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.55% from 330); Green value is 35 (14.06% from 255 or 10.61% from 330); Blue value is 115 (45.31% from 255 or 34.85% from 330); Max value from RGB is 180 - color contains mainly: red. Hex color #B42373 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42373 is #4BDC8C. Grayscale: #575757. Windows color (decimal): -4971661 or 7545780. OLE color: 7545780.

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

Color convert

RGB 180 35 115 -
CMYK 0 0.81 0.36 0.29
HSL 326.9º 0.67% 0.42% -
HSV(B) 326.9º 0.81% 0.71% -
XYZ 22.52 12.14 17.38 -
YUV 87.48 143.54 194 -
System Red Green Blue C M Y K H S L
Decimal 180 35 115 0 0.81 0.36 0.29 326.9 0.67 0.42
Hex B4 23 73 0 51 24 1D 147 43 2A
Octal 264 43 163 0 121 44 35 507 103 52
Binary 10110100 100011 1110011 0 1010001 100100 11101 101000111 1000011 101010

Color Harmonies of #B42373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42373

Black with #B42373

Text Example


Text Example

White with #B42373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42373; }

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

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

background-color css

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

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

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

border-color css

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

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

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