Html Css Color HEX #B21D8F Medium Violet Red

📋 copy color: '#B21D8F'

red 178 ◦ green 29 ◦ blue 143

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

Shades of Medium Violet Red #B21D8F

Tints of Medium Violet Red #B21D8F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.29%

 BLUE value IS 143 (56.25% from 255) = 40.86%

R = 50.86%
G = 8.29%
B = 40.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B21D8F (or 0xB21D8F) is known color: Medium Violet Red. HEX triplet: B2, 1D and 8F. RGB value is (178,29,143). Sum of RGB (Red+Green+Blue) = 178+29+143=350 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.86% from 350); Green value is 29 (11.72% from 255 or 8.29% from 350); Blue value is 143 (56.25% from 255 or 40.86% from 350); Max value from RGB is 178 - color contains mainly: red. Hex color #B21D8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21D8F is #4DE270. Grayscale: #565656. Windows color (decimal): -5104241 or 9379250. OLE color: 9379250.

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

Color convert

RGB 178 29 143 -
CMYK 0 0.84 0.20 0.30
HSL 314.09º 0.72% 0.41% -
HSV(B) 314.09º 0.84% 0.7% -
XYZ 23.76 12.33 27.11 -
YUV 86.55 159.86 193.23 -
System Red Green Blue C M Y K H S L
Decimal 178 29 143 0 0.84 0.20 0.30 314.09 0.72 0.41
Hex B2 1D 8F 0 54 14 1E 13A 48 29
Octal 262 35 217 0 124 24 36 472 110 51
Binary 10110010 11101 10001111 0 1010100 10100 11110 100111010 1001000 101001

Color Harmonies of #B21D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21D8F

Black with #B21D8F

Text Example


Text Example

White with #B21D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21D8F; }

 p { color: rgb(178,29,143); }

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

background-color css

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

 a { background-color: rgb(178,29,143); }

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

border-color css

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

 span { border-color: rgb(178,29,143); }

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