Html Css Color HEX #B21289 Medium Violet Red

📋 copy color: '#B21289'

red 178 ◦ green 18 ◦ blue 137

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

Shades of Medium Violet Red #B21289

Tints of Medium Violet Red #B21289

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.41%

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

R = 53.45%
G = 5.41%
B = 41.14%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.23

 K value IS 0.30

RGB Variations

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

Color information

#B21289 (or 0xB21289) is known color: Medium Violet Red. HEX triplet: B2, 12 and 89. RGB value is (178,18,137). Sum of RGB (Red+Green+Blue) = 178+18+137=333 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.45% from 333); Green value is 18 (7.42% from 255 or 5.41% from 333); Blue value is 137 (53.91% from 255 or 41.14% from 333); Max value from RGB is 178 - color contains mainly: red. Hex color #B21289 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B21289 is #4DED76. Grayscale: #4F4F4F. Windows color (decimal): -5107063 or 8983218. OLE color: 8983218.

HSL color Cylindrical-coordinate representation of color #B21289: hue angle of 315.38º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B21289 is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 18 137 -
CMYK 0 0.90 0.23 0.30
HSL 315.38º 0.82% 0.38% -
HSV(B) 315.38º 0.9% 0.7% -
XYZ 23.09 11.7 24.71 -
YUV 79.41 160.51 198.32 -
System Red Green Blue C M Y K H S L
Decimal 178 18 137 0 0.90 0.23 0.30 315.38 0.82 0.38
Hex B2 12 89 0 5A 17 1E 13B 52 26
Octal 262 22 211 0 132 27 36 473 122 46
Binary 10110010 10010 10001001 0 1011010 10111 11110 100111011 1010010 100110

Color Harmonies of #B21289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21289

Black with #B21289

Text Example


Text Example

White with #B21289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21289; }

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

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

background-color css

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

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

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

border-color css

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

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

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