Html Css Color HEX #B21A8F Medium Violet Red

📋 copy color: '#B21A8F'

red 178 ◦ green 26 ◦ blue 143

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

Shades of Medium Violet Red #B21A8F

Tints of Medium Violet Red #B21A8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 41.21%

R = 51.3%
G = 7.49%
B = 41.21%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B21A8F (or 0xB21A8F) is known color: Medium Violet Red. HEX triplet: B2, 1A and 8F. RGB value is (178,26,143). Sum of RGB (Red+Green+Blue) = 178+26+143=347 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.30% from 347); Green value is 26 (10.55% from 255 or 7.49% from 347); Blue value is 143 (56.25% from 255 or 41.21% from 347); Max value from RGB is 178 - color contains mainly: red. Hex color #B21A8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21A8F is #4DE570. Grayscale: #545454. Windows color (decimal): -5105009 or 9378482. OLE color: 9378482.

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

Color convert

RGB 178 26 143 -
CMYK 0 0.85 0.20 0.30
HSL 313.82º 0.75% 0.4% -
HSV(B) 313.82º 0.85% 0.7% -
XYZ 23.69 12.19 27.09 -
YUV 84.79 160.86 194.49 -
System Red Green Blue C M Y K H S L
Decimal 178 26 143 0 0.85 0.20 0.30 313.82 0.75 0.4
Hex B2 1A 8F 0 55 14 1E 13A 4B 28
Octal 262 32 217 0 125 24 36 472 113 50
Binary 10110010 11010 10001111 0 1010101 10100 11110 100111010 1001011 101000

Color Harmonies of #B21A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21A8F

Black with #B21A8F

Text Example


Text Example

White with #B21A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21A8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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