Html Css Color HEX #B21587 Medium Violet Red

📋 copy color: '#B21587'

red 178 ◦ green 21 ◦ blue 135

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

Shades of Medium Violet Red #B21587

Tints of Medium Violet Red #B21587

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.29%

 BLUE value IS 135 (53.13% from 255) = 40.42%

R = 53.29%
G = 6.29%
B = 40.42%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.24

 K value IS 0.30

RGB Variations

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

Color information

#B21587 (or 0xB21587) is known color: Medium Violet Red. HEX triplet: B2, 15 and 87. RGB value is (178,21,135). Sum of RGB (Red+Green+Blue) = 178+21+135=334 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.29% from 334); Green value is 21 (8.59% from 255 or 6.29% from 334); Blue value is 135 (53.12% from 255 or 40.42% from 334); Max value from RGB is 178 - color contains mainly: red. Hex color #B21587 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B21587 is #4DEA78. Grayscale: #505050. Windows color (decimal): -5106297 or 8852914. OLE color: 8852914.

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

Color convert

RGB 178 21 135 -
CMYK 0 0.88 0.24 0.30
HSL 316.43º 0.79% 0.39% -
HSV(B) 316.43º 0.88% 0.7% -
XYZ 23 11.75 23.98 -
YUV 80.94 158.51 197.23 -
System Red Green Blue C M Y K H S L
Decimal 178 21 135 0 0.88 0.24 0.30 316.43 0.79 0.39
Hex B2 15 87 0 58 18 1E 13C 4F 27
Octal 262 25 207 0 130 30 36 474 117 47
Binary 10110010 10101 10000111 0 1011000 11000 11110 100111100 1001111 100111

Color Harmonies of #B21587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21587

Black with #B21587

Text Example


Text Example

White with #B21587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21587; }

 p { color: rgb(178,21,135); }

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

background-color css

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

 a { background-color: rgb(178,21,135); }

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

border-color css

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

 span { border-color: rgb(178,21,135); }

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