Html Css Color HEX #B21E8A Medium Violet Red

📋 copy color: '#B21E8A'

red 178 ◦ green 30 ◦ blue 138

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

Shades of Medium Violet Red #B21E8A

Tints of Medium Violet Red #B21E8A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.67%

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

R = 51.45%
G = 8.67%
B = 39.88%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B21E8A (or 0xB21E8A) is known color: Medium Violet Red. HEX triplet: B2, 1E and 8A. RGB value is (178,30,138). Sum of RGB (Red+Green+Blue) = 178+30+138=346 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.45% from 346); Green value is 30 (12.11% from 255 or 8.67% from 346); Blue value is 138 (54.30% from 255 or 39.88% from 346); Max value from RGB is 178 - color contains mainly: red. Hex color #B21E8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21E8A is #4DE175. Grayscale: #565656. Windows color (decimal): -5103990 or 9051826. OLE color: 9051826.

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

Color convert

RGB 178 30 138 -
CMYK 0 0.83 0.22 0.30
HSL 316.22º 0.71% 0.41% -
HSV(B) 316.22º 0.83% 0.7% -
XYZ 23.41 12.23 25.17 -
YUV 86.56 157.03 193.22 -
System Red Green Blue C M Y K H S L
Decimal 178 30 138 0 0.83 0.22 0.30 316.22 0.71 0.41
Hex B2 1E 8A 0 53 16 1E 13C 47 29
Octal 262 36 212 0 123 26 36 474 107 51
Binary 10110010 11110 10001010 0 1010011 10110 11110 100111100 1000111 101001

Color Harmonies of #B21E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21E8A

Black with #B21E8A

Text Example


Text Example

White with #B21E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21E8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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