Html Css Color HEX #B21391 Medium Violet Red

📋 copy color: '#B21391'

red 178 ◦ green 19 ◦ blue 145

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

Shades of Medium Violet Red #B21391

Tints of Medium Violet Red #B21391

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.56%

 BLUE value IS 145 (57.03% from 255) = 42.4%

R = 52.05%
G = 5.56%
B = 42.4%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#B21391 (or 0xB21391) is known color: Medium Violet Red. HEX triplet: B2, 13 and 91. RGB value is (178,19,145). Sum of RGB (Red+Green+Blue) = 178+19+145=342 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.05% from 342); Green value is 19 (7.81% from 255 or 5.56% from 342); Blue value is 145 (57.03% from 255 or 42.40% from 342); Max value from RGB is 178 - color contains mainly: red. Hex color #B21391 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B21391 is #4DEC6E. Grayscale: #505050. Windows color (decimal): -5106799 or 9507762. OLE color: 9507762.

HSL color Cylindrical-coordinate representation of color #B21391: hue angle of 312.45º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B21391 is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 19 145 -
CMYK 0 0.89 0.19 0.30
HSL 312.45º 0.81% 0.39% -
HSV(B) 312.45º 0.89% 0.7% -
XYZ 23.7 11.98 27.85 -
YUV 80.91 164.18 197.25 -
System Red Green Blue C M Y K H S L
Decimal 178 19 145 0 0.89 0.19 0.30 312.45 0.81 0.39
Hex B2 13 91 0 59 13 1E 138 51 27
Octal 262 23 221 0 131 23 36 470 121 47
Binary 10110010 10011 10010001 0 1011001 10011 11110 100111000 1010001 100111

Color Harmonies of #B21391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21391

Black with #B21391

Text Example


Text Example

White with #B21391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21391; }

 p { color: rgb(178,19,145); }

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

background-color css

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

 a { background-color: rgb(178,19,145); }

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

border-color css

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

 span { border-color: rgb(178,19,145); }

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