Html Css Color HEX #B21079 Medium Violet Red

📋 copy color: '#B21079'

red 178 ◦ green 16 ◦ blue 121

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

Shades of Medium Violet Red #B21079

Tints of Medium Violet Red #B21079

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.08%

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

R = 56.51%
G = 5.08%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#B21079 (or 0xB21079) is known color: Medium Violet Red. HEX triplet: B2, 10 and 79. RGB value is (178,16,121). Sum of RGB (Red+Green+Blue) = 178+16+121=315 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.51% from 315); Green value is 16 (6.64% from 255 or 5.08% from 315); Blue value is 121 (47.66% from 255 or 38.41% from 315); Max value from RGB is 178 - color contains mainly: red. Hex color #B21079 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B21079 is #4DEF86. Grayscale: #4C4C4C. Windows color (decimal): -5107591 or 7934130. OLE color: 7934130.

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

Color convert

RGB 178 16 121 -
CMYK 0 0.91 0.32 0.30
HSL 321.11º 0.84% 0.38% -
HSV(B) 321.11º 0.91% 0.7% -
XYZ 22 11.22 19.09 -
YUV 76.41 153.17 200.46 -
System Red Green Blue C M Y K H S L
Decimal 178 16 121 0 0.91 0.32 0.30 321.11 0.84 0.38
Hex B2 10 79 0 5B 20 1E 141 54 26
Octal 262 20 171 0 133 40 36 501 124 46
Binary 10110010 10000 1111001 0 1011011 100000 11110 101000001 1010100 100110

Color Harmonies of #B21079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21079

Black with #B21079

Text Example


Text Example

White with #B21079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21079; }

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

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

background-color css

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

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

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

border-color css

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

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

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