Html Css Color HEX #B21F99 Medium Violet Red

📋 copy color: '#B21F99'

red 178 ◦ green 31 ◦ blue 153

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

Shades of Medium Violet Red #B21F99

Tints of Medium Violet Red #B21F99

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.56%

 BLUE value IS 153 (60.16% from 255) = 42.27%

R = 49.17%
G = 8.56%
B = 42.27%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.14

 K value IS 0.30

RGB Variations

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

Color information

#B21F99 (or 0xB21F99) is known color: Medium Violet Red. HEX triplet: B2, 1F and 99. RGB value is (178,31,153). Sum of RGB (Red+Green+Blue) = 178+31+153=362 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.17% from 362); Green value is 31 (12.5% from 255 or 8.56% from 362); Blue value is 153 (60.16% from 255 or 42.27% from 362); Max value from RGB is 178 - color contains mainly: red. Hex color #B21F99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21F99 is #4DE066. Grayscale: #585858. Windows color (decimal): -5103719 or 10035122. OLE color: 10035122.

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

Color convert

RGB 178 31 153 -
CMYK 0 0.83 0.14 0.30
HSL 310.2º 0.7% 0.41% -
HSV(B) 310.2º 0.83% 0.7% -
XYZ 24.6 12.74 31.3 -
YUV 88.86 164.2 191.58 -
System Red Green Blue C M Y K H S L
Decimal 178 31 153 0 0.83 0.14 0.30 310.2 0.7 0.41
Hex B2 1F 99 0 53 E 1E 136 46 29
Octal 262 37 231 0 123 16 36 466 106 51
Binary 10110010 11111 10011001 0 1010011 1110 11110 100110110 1000110 101001

Color Harmonies of #B21F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21F99

Black with #B21F99

Text Example


Text Example

White with #B21F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21F99; }

 p { color: rgb(178,31,153); }

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

background-color css

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

 a { background-color: rgb(178,31,153); }

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

border-color css

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

 span { border-color: rgb(178,31,153); }

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