Html Css Color HEX #B42978 Medium Red Violet

📋 copy color: '#B42978'

red 180 ◦ green 41 ◦ blue 120

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

Shades of Medium Red Violet #B42978

Tints of Medium Red Violet #B42978

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.02%

 BLUE value IS 120 (47.27% from 255) = 35.19%

R = 52.79%
G = 12.02%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B42978 (or 0xB42978) is known color: Medium Red Violet. HEX triplet: B4, 29 and 78. RGB value is (180,41,120). Sum of RGB (Red+Green+Blue) = 180+41+120=341 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.79% from 341); Green value is 41 (16.41% from 255 or 12.02% from 341); Blue value is 120 (47.27% from 255 or 35.19% from 341); Max value from RGB is 180 - color contains mainly: red. Hex color #B42978 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42978 is #4BD687. Grayscale: #5B5B5B. Windows color (decimal): -4970120 or 7874996. OLE color: 7874996.

HSL color Cylindrical-coordinate representation of color #B42978: hue angle of 325.9º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B42978 is Cyan = 0, Magento = 0.77, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 41 120 -
CMYK 0 0.77 0.33 0.29
HSL 325.9º 0.63% 0.43% -
HSV(B) 325.9º 0.77% 0.71% -
XYZ 23.01 12.65 19 -
YUV 91.57 144.05 191.08 -
System Red Green Blue C M Y K H S L
Decimal 180 41 120 0 0.77 0.33 0.29 325.9 0.63 0.43
Hex B4 29 78 0 4D 21 1D 146 3F 2B
Octal 264 51 170 0 115 41 35 506 77 53
Binary 10110100 101001 1111000 0 1001101 100001 11101 101000110 111111 101011

Color Harmonies of #B42978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42978

Black with #B42978

Text Example


Text Example

White with #B42978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42978; }

 p { color: rgb(180,41,120); }

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

background-color css

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

 a { background-color: rgb(180,41,120); }

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

border-color css

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

 span { border-color: rgb(180,41,120); }

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