Html Css Color HEX #B21998 Medium Violet Red

📋 copy color: '#B21998'

red 178 ◦ green 25 ◦ blue 152

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

Shades of Medium Violet Red #B21998

Tints of Medium Violet Red #B21998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 42.82%

R = 50.14%
G = 7.04%
B = 42.82%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#B21998 (or 0xB21998) is known color: Medium Violet Red. HEX triplet: B2, 19 and 98. RGB value is (178,25,152). Sum of RGB (Red+Green+Blue) = 178+25+152=355 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50.14% from 355); Green value is 25 (10.16% from 255 or 7.04% from 355); Blue value is 152 (59.77% from 255 or 42.82% from 355); Max value from RGB is 178 - color contains mainly: red. Hex color #B21998 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B21998 is #4DE667. Grayscale: #545454. Windows color (decimal): -5105256 or 9968050. OLE color: 9968050.

HSL color Cylindrical-coordinate representation of color #B21998: hue angle of 310.2º 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 #B21998 is Cyan = 0, Magento = 0.86, Yellow = 0.15 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 25 152 -
CMYK 0 0.86 0.15 0.30
HSL 310.2º 0.75% 0.4% -
HSV(B) 310.2º 0.86% 0.7% -
XYZ 24.38 12.43 30.82 -
YUV 85.23 165.69 194.17 -
System Red Green Blue C M Y K H S L
Decimal 178 25 152 0 0.86 0.15 0.30 310.2 0.75 0.4
Hex B2 19 98 0 56 F 1E 136 4B 28
Octal 262 31 230 0 126 17 36 466 113 50
Binary 10110010 11001 10011000 0 1010110 1111 11110 100110110 1001011 101000

Color Harmonies of #B21998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21998

Black with #B21998

Text Example


Text Example

White with #B21998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21998; }

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

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

background-color css

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

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

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

border-color css

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

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

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