Html Css Color HEX #B21D8E Medium Violet Red

📋 copy color: '#B21D8E'

red 178 ◦ green 29 ◦ blue 142

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

Shades of Medium Violet Red #B21D8E

Tints of Medium Violet Red #B21D8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 40.69%

R = 51%
G = 8.31%
B = 40.69%

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

#B21D8E (or 0xB21D8E) is known color: Medium Violet Red. HEX triplet: B2, 1D and 8E. RGB value is (178,29,142). Sum of RGB (Red+Green+Blue) = 178+29+142=349 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.00% from 349); Green value is 29 (11.72% from 255 or 8.31% from 349); Blue value is 142 (55.86% from 255 or 40.69% from 349); Max value from RGB is 178 - color contains mainly: red. Hex color #B21D8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21D8E is #4DE271. Grayscale: #565656. Windows color (decimal): -5104242 or 9313714. OLE color: 9313714.

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

Color convert

RGB 178 29 142 -
CMYK 0 0.84 0.20 0.30
HSL 314.5º 0.72% 0.41% -
HSV(B) 314.5º 0.84% 0.7% -
XYZ 23.68 12.3 26.72 -
YUV 86.43 159.36 193.31 -
System Red Green Blue C M Y K H S L
Decimal 178 29 142 0 0.84 0.20 0.30 314.5 0.72 0.41
Hex B2 1D 8E 0 54 14 1E 13A 48 29
Octal 262 35 216 0 124 24 36 472 110 51
Binary 10110010 11101 10001110 0 1010100 10100 11110 100111010 1001000 101001

Color Harmonies of #B21D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21D8E

Black with #B21D8E

Text Example


Text Example

White with #B21D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21D8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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