Html Css Color HEX #B21389 Medium Violet Red

📋 copy color: '#B21389'

red 178 ◦ green 19 ◦ blue 137

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

Shades of Medium Violet Red #B21389

Tints of Medium Violet Red #B21389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 41.02%

R = 53.29%
G = 5.69%
B = 41.02%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.23

 K value IS 0.30

RGB Variations

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

Color information

#B21389 (or 0xB21389) is known color: Medium Violet Red. HEX triplet: B2, 13 and 89. RGB value is (178,19,137). Sum of RGB (Red+Green+Blue) = 178+19+137=334 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.29% from 334); Green value is 19 (7.81% from 255 or 5.69% from 334); Blue value is 137 (53.91% from 255 or 41.02% from 334); Max value from RGB is 178 - color contains mainly: red. Hex color #B21389 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B21389 is #4DEC76. Grayscale: #4F4F4F. Windows color (decimal): -5106807 or 8983474. OLE color: 8983474.

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

Color convert

RGB 178 19 137 -
CMYK 0 0.89 0.23 0.30
HSL 315.47º 0.81% 0.39% -
HSV(B) 315.47º 0.89% 0.7% -
XYZ 23.11 11.74 24.71 -
YUV 79.99 160.18 197.91 -
System Red Green Blue C M Y K H S L
Decimal 178 19 137 0 0.89 0.23 0.30 315.47 0.81 0.39
Hex B2 13 89 0 59 17 1E 13B 51 27
Octal 262 23 211 0 131 27 36 473 121 47
Binary 10110010 10011 10001001 0 1011001 10111 11110 100111011 1010001 100111

Color Harmonies of #B21389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21389

Black with #B21389

Text Example


Text Example

White with #B21389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21389; }

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

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

background-color css

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

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

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

border-color css

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

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

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