Html Css Color HEX #B21E9F Medium Violet Red

📋 copy color: '#B21E9F'

red 178 ◦ green 30 ◦ blue 159

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

Shades of Medium Violet Red #B21E9F

Tints of Medium Violet Red #B21E9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 43.32%

R = 48.5%
G = 8.17%
B = 43.32%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B21E9F (or 0xB21E9F) is known color: Medium Violet Red. HEX triplet: B2, 1E and 9F. RGB value is (178,30,159). Sum of RGB (Red+Green+Blue) = 178+30+159=367 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.50% from 367); Green value is 30 (12.11% from 255 or 8.17% from 367); Blue value is 159 (62.5% from 255 or 43.32% from 367); Max value from RGB is 178 - color contains mainly: red. Hex color #B21E9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21E9F is #4DE160. Grayscale: #585858. Windows color (decimal): -5103969 or 10428082. OLE color: 10428082.

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

Color convert

RGB 178 30 159 -
CMYK 0 0.83 0.11 0.30
HSL 307.7º 0.71% 0.41% -
HSV(B) 307.7º 0.83% 0.7% -
XYZ 25.08 12.9 33.97 -
YUV 88.96 167.53 191.51 -
System Red Green Blue C M Y K H S L
Decimal 178 30 159 0 0.83 0.11 0.30 307.7 0.71 0.41
Hex B2 1E 9F 0 53 B 1E 134 47 29
Octal 262 36 237 0 123 13 36 464 107 51
Binary 10110010 11110 10011111 0 1010011 1011 11110 100110100 1000111 101001

Color Harmonies of #B21E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21E9F

Black with #B21E9F

Text Example


Text Example

White with #B21E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21E9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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