Html Css Color HEX #B21178 Medium Violet Red

📋 copy color: '#B21178'

red 178 ◦ green 17 ◦ blue 120

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

Shades of Medium Violet Red #B21178

Tints of Medium Violet Red #B21178

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.4%

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

R = 56.51%
G = 5.4%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.33

 K value IS 0.30

RGB Variations

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

Color information

#B21178 (or 0xB21178) is known color: Medium Violet Red. HEX triplet: B2, 11 and 78. RGB value is (178,17,120). Sum of RGB (Red+Green+Blue) = 178+17+120=315 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.51% from 315); Green value is 17 (7.03% from 255 or 5.40% from 315); Blue value is 120 (47.27% from 255 or 38.10% from 315); Max value from RGB is 178 - color contains mainly: red. Hex color #B21178 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B21178 is #4DEE87. Grayscale: #4C4C4C. Windows color (decimal): -5107336 or 7868850. OLE color: 7868850.

HSL color Cylindrical-coordinate representation of color #B21178: hue angle of 321.61º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B21178 is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 17 120 -
CMYK 0 0.90 0.33 0.30
HSL 321.61º 0.83% 0.38% -
HSV(B) 321.61º 0.9% 0.7% -
XYZ 21.95 11.22 18.78 -
YUV 76.88 152.34 200.12 -
System Red Green Blue C M Y K H S L
Decimal 178 17 120 0 0.90 0.33 0.30 321.61 0.83 0.38
Hex B2 11 78 0 5A 21 1E 142 53 26
Octal 262 21 170 0 132 41 36 502 123 46
Binary 10110010 10001 1111000 0 1011010 100001 11110 101000010 1010011 100110

Color Harmonies of #B21178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21178

Black with #B21178

Text Example


Text Example

White with #B21178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21178; }

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

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

background-color css

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

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

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

border-color css

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

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

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