Html Css Color HEX #B32978 Medium Red Violet

📋 copy color: '#B32978'

red 179 ◦ green 41 ◦ blue 120

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

Shades of Medium Red Violet #B32978

Tints of Medium Red Violet #B32978

RGB

 RED value IS 179 (70.31% from 255) = 52.65%

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

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

R = 52.65%
G = 12.06%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.33

 K value IS 0.30

RGB Variations

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

Color information

#B32978 (or 0xB32978) is known color: Medium Red Violet. HEX triplet: B3, 29 and 78. RGB value is (179,41,120). Sum of RGB (Red+Green+Blue) = 179+41+120=340 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.65% from 340); Green value is 41 (16.41% from 255 or 12.06% from 340); Blue value is 120 (47.27% from 255 or 35.29% from 340); Max value from RGB is 179 - color contains mainly: red. Hex color #B32978 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32978 is #4CD687. Grayscale: #5B5B5B. Windows color (decimal): -5035656 or 7874995. OLE color: 7874995.

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

Color convert

RGB 179 41 120 -
CMYK 0 0.77 0.33 0.30
HSL 325.65º 0.63% 0.43% -
HSV(B) 325.65º 0.77% 0.7% -
XYZ 22.77 12.53 18.99 -
YUV 91.27 144.22 190.58 -
System Red Green Blue C M Y K H S L
Decimal 179 41 120 0 0.77 0.33 0.30 325.65 0.63 0.43
Hex B3 29 78 0 4D 21 1E 146 3F 2B
Octal 263 51 170 0 115 41 36 506 77 53
Binary 10110011 101001 1111000 0 1001101 100001 11110 101000110 111111 101011

Color Harmonies of #B32978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32978

Black with #B32978

Text Example


Text Example

White with #B32978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32978; }

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

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

background-color css

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

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

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

border-color css

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

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

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