Html Css Color HEX #B42374 Medium Red Violet

📋 copy color: '#B42374'

red 180 ◦ green 35 ◦ blue 116

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

Shades of Medium Red Violet #B42374

Tints of Medium Red Violet #B42374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 35.05%

R = 54.38%
G = 10.57%
B = 35.05%

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

#B42374 (or 0xB42374) is known color: Medium Red Violet. HEX triplet: B4, 23 and 74. RGB value is (180,35,116). Sum of RGB (Red+Green+Blue) = 180+35+116=331 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.38% from 331); Green value is 35 (14.06% from 255 or 10.57% from 331); Blue value is 116 (45.70% from 255 or 35.05% from 331); Max value from RGB is 180 - color contains mainly: red. Hex color #B42374 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42374 is #4BDC8B. Grayscale: #575757. Windows color (decimal): -4971660 or 7611316. OLE color: 7611316.

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

Color convert

RGB 180 35 116 -
CMYK 0 0.81 0.36 0.29
HSL 326.48º 0.67% 0.42% -
HSV(B) 326.48º 0.81% 0.71% -
XYZ 22.58 12.17 17.68 -
YUV 87.59 144.04 193.91 -
System Red Green Blue C M Y K H S L
Decimal 180 35 116 0 0.81 0.36 0.29 326.48 0.67 0.42
Hex B4 23 74 0 51 24 1D 146 43 2A
Octal 264 43 164 0 121 44 35 506 103 52
Binary 10110100 100011 1110100 0 1010001 100100 11101 101000110 1000011 101010

Color Harmonies of #B42374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42374

Black with #B42374

Text Example


Text Example

White with #B42374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42374; }

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

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

background-color css

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

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

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

border-color css

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

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

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