Html Css Color HEX #B21E8E Medium Violet Red

📋 copy color: '#B21E8E'

red 178 ◦ green 30 ◦ blue 142

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

Shades of Medium Violet Red #B21E8E

Tints of Medium Violet Red #B21E8E

RGB

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

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

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

R = 50.86%
G = 8.57%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B21E8E (or 0xB21E8E) is known color: Medium Violet Red. HEX triplet: B2, 1E and 8E. RGB value is (178,30,142). Sum of RGB (Red+Green+Blue) = 178+30+142=350 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.86% from 350); Green value is 30 (12.11% from 255 or 8.57% from 350); Blue value is 142 (55.86% from 255 or 40.57% from 350); Max value from RGB is 178 - color contains mainly: red. Hex color #B21E8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21E8E is #4DE171. Grayscale: #565656. Windows color (decimal): -5103986 or 9313970. OLE color: 9313970.

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

Color convert

RGB 178 30 142 -
CMYK 0 0.83 0.20 0.30
HSL 314.59º 0.71% 0.41% -
HSV(B) 314.59º 0.83% 0.7% -
XYZ 23.71 12.35 26.72 -
YUV 87.02 159.03 192.89 -
System Red Green Blue C M Y K H S L
Decimal 178 30 142 0 0.83 0.20 0.30 314.59 0.71 0.41
Hex B2 1E 8E 0 53 14 1E 13B 47 29
Octal 262 36 216 0 123 24 36 473 107 51
Binary 10110010 11110 10001110 0 1010011 10100 11110 100111011 1000111 101001

Color Harmonies of #B21E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21E8E

Black with #B21E8E

Text Example


Text Example

White with #B21E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21E8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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