Html Css Color HEX #B21398 Medium Violet Red

📋 copy color: '#B21398'

red 178 ◦ green 19 ◦ blue 152

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

Shades of Medium Violet Red #B21398

Tints of Medium Violet Red #B21398

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.44%

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

R = 51%
G = 5.44%
B = 43.55%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#B21398 (or 0xB21398) is known color: Medium Violet Red. HEX triplet: B2, 13 and 98. RGB value is (178,19,152). Sum of RGB (Red+Green+Blue) = 178+19+152=349 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.00% from 349); Green value is 19 (7.81% from 255 or 5.44% from 349); Blue value is 152 (59.77% from 255 or 43.55% from 349); Max value from RGB is 178 - color contains mainly: red. Hex color #B21398 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B21398 is #4DEC67. Grayscale: #515151. Windows color (decimal): -5106792 or 9966514. OLE color: 9966514.

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

Color convert

RGB 178 19 152 -
CMYK 0 0.89 0.15 0.30
HSL 309.81º 0.81% 0.39% -
HSV(B) 309.81º 0.89% 0.7% -
XYZ 24.26 12.2 30.78 -
YUV 81.7 167.68 196.69 -
System Red Green Blue C M Y K H S L
Decimal 178 19 152 0 0.89 0.15 0.30 309.81 0.81 0.39
Hex B2 13 98 0 59 F 1E 136 51 27
Octal 262 23 230 0 131 17 36 466 121 47
Binary 10110010 10011 10011000 0 1011001 1111 11110 100110110 1010001 100111

Color Harmonies of #B21398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21398

Black with #B21398

Text Example


Text Example

White with #B21398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21398; }

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

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

background-color css

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

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

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

border-color css

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

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

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