Html Css Color HEX #B21579 Medium Violet Red

📋 copy color: '#B21579'

red 178 ◦ green 21 ◦ blue 121

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

Shades of Medium Violet Red #B21579

Tints of Medium Violet Red #B21579

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.56%

 BLUE value IS 121 (47.66% from 255) = 37.81%

R = 55.63%
G = 6.56%
B = 37.81%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#B21579 (or 0xB21579) is known color: Medium Violet Red. HEX triplet: B2, 15 and 79. RGB value is (178,21,121). Sum of RGB (Red+Green+Blue) = 178+21+121=320 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.62% from 320); Green value is 21 (8.59% from 255 or 6.56% from 320); Blue value is 121 (47.66% from 255 or 37.81% from 320); Max value from RGB is 178 - color contains mainly: red. Hex color #B21579 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B21579 is #4DEA86. Grayscale: #4F4F4F. Windows color (decimal): -5106311 or 7935410. OLE color: 7935410.

HSL color Cylindrical-coordinate representation of color #B21579: hue angle of 321.78º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B21579 is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 21 121 -
CMYK 0 0.88 0.32 0.30
HSL 321.78º 0.79% 0.39% -
HSV(B) 321.78º 0.88% 0.7% -
XYZ 22.08 11.38 19.12 -
YUV 79.34 151.51 198.37 -
System Red Green Blue C M Y K H S L
Decimal 178 21 121 0 0.88 0.32 0.30 321.78 0.79 0.39
Hex B2 15 79 0 58 20 1E 142 4F 27
Octal 262 25 171 0 130 40 36 502 117 47
Binary 10110010 10101 1111001 0 1011000 100000 11110 101000010 1001111 100111

Color Harmonies of #B21579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21579

Black with #B21579

Text Example


Text Example

White with #B21579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21579; }

 p { color: rgb(178,21,121); }

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

background-color css

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

 a { background-color: rgb(178,21,121); }

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

border-color css

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

 span { border-color: rgb(178,21,121); }

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