Html Css Color HEX #B21299 Medium Violet Red

📋 copy color: '#B21299'

red 178 ◦ green 18 ◦ blue 153

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

Shades of Medium Violet Red #B21299

Tints of Medium Violet Red #B21299

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.16%

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

R = 51%
G = 5.16%
B = 43.84%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.14

 K value IS 0.30

RGB Variations

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

Color information

#B21299 (or 0xB21299) is known color: Medium Violet Red. HEX triplet: B2, 12 and 99. RGB value is (178,18,153). Sum of RGB (Red+Green+Blue) = 178+18+153=349 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.00% from 349); Green value is 18 (7.42% from 255 or 5.16% from 349); Blue value is 153 (60.16% from 255 or 43.84% from 349); Max value from RGB is 178 - color contains mainly: red. Hex color #B21299 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B21299 is #4DED66. Grayscale: #505050. Windows color (decimal): -5107047 or 10031794. OLE color: 10031794.

HSL color Cylindrical-coordinate representation of color #B21299: hue angle of 309.38º degrees, saturation: 0.82, 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 #B21299 is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 18 153 -
CMYK 0 0.90 0.14 0.30
HSL 309.38º 0.82% 0.38% -
HSV(B) 309.38º 0.9% 0.7% -
XYZ 24.33 12.2 31.21 -
YUV 81.23 168.51 197.02 -
System Red Green Blue C M Y K H S L
Decimal 178 18 153 0 0.90 0.14 0.30 309.38 0.82 0.38
Hex B2 12 99 0 5A E 1E 135 52 26
Octal 262 22 231 0 132 16 36 465 122 46
Binary 10110010 10010 10011001 0 1011010 1110 11110 100110101 1010010 100110

Color Harmonies of #B21299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21299

Black with #B21299

Text Example


Text Example

White with #B21299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21299; }

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

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

background-color css

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

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

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

border-color css

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

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

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