Html Css Color HEX #B21884 Medium Violet Red

📋 copy color: '#B21884'

red 178 ◦ green 24 ◦ blue 132

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

Shades of Medium Violet Red #B21884

Tints of Medium Violet Red #B21884

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.19%

 BLUE value IS 132 (51.95% from 255) = 39.52%

R = 53.29%
G = 7.19%
B = 39.52%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#B21884 (or 0xB21884) is known color: Medium Violet Red. HEX triplet: B2, 18 and 84. RGB value is (178,24,132). Sum of RGB (Red+Green+Blue) = 178+24+132=334 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.29% from 334); Green value is 24 (9.77% from 255 or 7.19% from 334); Blue value is 132 (51.95% from 255 or 39.52% from 334); Max value from RGB is 178 - color contains mainly: red. Hex color #B21884 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B21884 is #4DE77B. Grayscale: #525252. Windows color (decimal): -5105532 or 8657074. OLE color: 8657074.

HSL color Cylindrical-coordinate representation of color #B21884: hue angle of 317.92º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B21884 is Cyan = 0, Magento = 0.87, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 24 132 -
CMYK 0 0.87 0.26 0.30
HSL 317.92º 0.76% 0.4% -
HSV(B) 317.92º 0.87% 0.7% -
XYZ 22.85 11.78 22.9 -
YUV 82.36 156.02 196.22 -
System Red Green Blue C M Y K H S L
Decimal 178 24 132 0 0.87 0.26 0.30 317.92 0.76 0.4
Hex B2 18 84 0 57 1A 1E 13E 4C 28
Octal 262 30 204 0 127 32 36 476 114 50
Binary 10110010 11000 10000100 0 1010111 11010 11110 100111110 1001100 101000

Color Harmonies of #B21884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21884

Black with #B21884

Text Example


Text Example

White with #B21884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21884; }

 p { color: rgb(178,24,132); }

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

background-color css

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

 a { background-color: rgb(178,24,132); }

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

border-color css

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

 span { border-color: rgb(178,24,132); }

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