Html Css Color HEX #B21D8A Medium Violet Red

📋 copy color: '#B21D8A'

red 178 ◦ green 29 ◦ blue 138

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

Shades of Medium Violet Red #B21D8A

Tints of Medium Violet Red #B21D8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 40%

R = 51.59%
G = 8.41%
B = 40%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B21D8A (or 0xB21D8A) is known color: Medium Violet Red. HEX triplet: B2, 1D and 8A. RGB value is (178,29,138). Sum of RGB (Red+Green+Blue) = 178+29+138=345 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.59% from 345); Green value is 29 (11.72% from 255 or 8.41% from 345); Blue value is 138 (54.30% from 255 or 40% from 345); Max value from RGB is 178 - color contains mainly: red. Hex color #B21D8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21D8A is #4DE275. Grayscale: #555555. Windows color (decimal): -5104246 or 9051570. OLE color: 9051570.

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

Color convert

RGB 178 29 138 -
CMYK 0 0.84 0.22 0.30
HSL 316.11º 0.72% 0.41% -
HSV(B) 316.11º 0.84% 0.7% -
XYZ 23.39 12.18 25.16 -
YUV 85.98 157.36 193.64 -
System Red Green Blue C M Y K H S L
Decimal 178 29 138 0 0.84 0.22 0.30 316.11 0.72 0.41
Hex B2 1D 8A 0 54 16 1E 13C 48 29
Octal 262 35 212 0 124 26 36 474 110 51
Binary 10110010 11101 10001010 0 1010100 10110 11110 100111100 1001000 101001

Color Harmonies of #B21D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21D8A

Black with #B21D8A

Text Example


Text Example

White with #B21D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21D8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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