Html Css Color HEX #B21A9F Medium Violet Red

📋 copy color: '#B21A9F'

red 178 ◦ green 26 ◦ blue 159

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

Shades of Medium Violet Red #B21A9F

Tints of Medium Violet Red #B21A9F

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.16%

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

R = 49.04%
G = 7.16%
B = 43.8%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B21A9F (or 0xB21A9F) is known color: Medium Violet Red. HEX triplet: B2, 1A and 9F. RGB value is (178,26,159). Sum of RGB (Red+Green+Blue) = 178+26+159=363 (48% of max value = 765). Red value is 178 (69.92% from 255 or 49.04% from 363); Green value is 26 (10.55% from 255 or 7.16% from 363); Blue value is 159 (62.5% from 255 or 43.80% from 363); Max value from RGB is 178 - color contains mainly: red. Hex color #B21A9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21A9F is #4DE560. Grayscale: #565656. Windows color (decimal): -5104993 or 10427058. OLE color: 10427058.

HSL color Cylindrical-coordinate representation of color #B21A9F: hue angle of 307.5º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B21A9F is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 26 159 -
CMYK 0 0.85 0.11 0.30
HSL 307.5º 0.75% 0.4% -
HSV(B) 307.5º 0.85% 0.7% -
XYZ 24.99 12.71 33.94 -
YUV 86.61 168.86 193.19 -
System Red Green Blue C M Y K H S L
Decimal 178 26 159 0 0.85 0.11 0.30 307.5 0.75 0.4
Hex B2 1A 9F 0 55 B 1E 134 4B 28
Octal 262 32 237 0 125 13 36 464 113 50
Binary 10110010 11010 10011111 0 1010101 1011 11110 100110100 1001011 101000

Color Harmonies of #B21A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21A9F

Black with #B21A9F

Text Example


Text Example

White with #B21A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21A9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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