Html Css Color HEX #B21978 Medium Violet Red

📋 copy color: '#B21978'

red 178 ◦ green 25 ◦ blue 120

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

Shades of Medium Violet Red #B21978

Tints of Medium Violet Red #B21978

RGB

 RED value IS 178 (69.92% from 255) = 55.11%

 GREEN value IS 25 (10.16% from 255) = 7.74%

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

R = 55.11%
G = 7.74%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.33

 K value IS 0.30

RGB Variations

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

Color information

#B21978 (or 0xB21978) is known color: Medium Violet Red. HEX triplet: B2, 19 and 78. RGB value is (178,25,120). Sum of RGB (Red+Green+Blue) = 178+25+120=323 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.11% from 323); Green value is 25 (10.16% from 255 or 7.74% from 323); Blue value is 120 (47.27% from 255 or 37.15% from 323); Max value from RGB is 178 - color contains mainly: red. Hex color #B21978 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B21978 is #4DE687. Grayscale: #515151. Windows color (decimal): -5105288 or 7870898. OLE color: 7870898.

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

Color convert

RGB 178 25 120 -
CMYK 0 0.86 0.33 0.30
HSL 322.75º 0.75% 0.4% -
HSV(B) 322.75º 0.86% 0.7% -
XYZ 22.1 11.52 18.83 -
YUV 81.58 149.69 196.78 -
System Red Green Blue C M Y K H S L
Decimal 178 25 120 0 0.86 0.33 0.30 322.75 0.75 0.4
Hex B2 19 78 0 56 21 1E 143 4B 28
Octal 262 31 170 0 126 41 36 503 113 50
Binary 10110010 11001 1111000 0 1010110 100001 11110 101000011 1001011 101000

Color Harmonies of #B21978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21978

Black with #B21978

Text Example


Text Example

White with #B21978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21978; }

 p { color: rgb(178,25,120); }

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

background-color css

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

 a { background-color: rgb(178,25,120); }

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

border-color css

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

 span { border-color: rgb(178,25,120); }

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