Html Css Color HEX #B42074 Medium Red Violet

📋 copy color: '#B42074'

red 180 ◦ green 32 ◦ blue 116

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

Shades of Medium Red Violet #B42074

Tints of Medium Red Violet #B42074

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.76%

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

R = 54.88%
G = 9.76%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B42074 (or 0xB42074) is known color: Medium Red Violet. HEX triplet: B4, 20 and 74. RGB value is (180,32,116). Sum of RGB (Red+Green+Blue) = 180+32+116=328 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.88% from 328); Green value is 32 (12.89% from 255 or 9.76% from 328); Blue value is 116 (45.70% from 255 or 35.37% from 328); Max value from RGB is 180 - color contains mainly: red. Hex color #B42074 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42074 is #4BDF8B. Grayscale: #555555. Windows color (decimal): -4972428 or 7610548. OLE color: 7610548.

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

Color convert

RGB 180 32 116 -
CMYK 0 0.82 0.36 0.29
HSL 325.95º 0.7% 0.42% -
HSV(B) 325.95º 0.82% 0.71% -
XYZ 22.49 12 17.65 -
YUV 85.83 145.03 195.17 -
System Red Green Blue C M Y K H S L
Decimal 180 32 116 0 0.82 0.36 0.29 325.95 0.7 0.42
Hex B4 20 74 0 52 24 1D 146 46 2A
Octal 264 40 164 0 122 44 35 506 106 52
Binary 10110100 100000 1110100 0 1010010 100100 11101 101000110 1000110 101010

Color Harmonies of #B42074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42074

Black with #B42074

Text Example


Text Example

White with #B42074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42074; }

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

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

background-color css

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

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

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

border-color css

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

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

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