Html Css Color HEX #B21184 Medium Violet Red

📋 copy color: '#B21184'

red 178 ◦ green 17 ◦ blue 132

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

Shades of Medium Violet Red #B21184

Tints of Medium Violet Red #B21184

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.2%

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

R = 54.43%
G = 5.2%
B = 40.37%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#B21184 (or 0xB21184) is known color: Medium Violet Red. HEX triplet: B2, 11 and 84. RGB value is (178,17,132). Sum of RGB (Red+Green+Blue) = 178+17+132=327 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.43% from 327); Green value is 17 (7.03% from 255 or 5.20% from 327); Blue value is 132 (51.95% from 255 or 40.37% from 327); Max value from RGB is 178 - color contains mainly: red. Hex color #B21184 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B21184 is #4DEE7B. Grayscale: #4D4D4D. Windows color (decimal): -5107324 or 8655282. OLE color: 8655282.

HSL color Cylindrical-coordinate representation of color #B21184: hue angle of 317.14º degrees, saturation: 0.83, 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 #B21184 is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 17 132 -
CMYK 0 0.90 0.26 0.30
HSL 317.14º 0.83% 0.38% -
HSV(B) 317.14º 0.9% 0.7% -
XYZ 22.73 11.53 22.86 -
YUV 78.25 158.34 199.15 -
System Red Green Blue C M Y K H S L
Decimal 178 17 132 0 0.90 0.26 0.30 317.14 0.83 0.38
Hex B2 11 84 0 5A 1A 1E 13D 53 26
Octal 262 21 204 0 132 32 36 475 123 46
Binary 10110010 10001 10000100 0 1011010 11010 11110 100111101 1010011 100110

Color Harmonies of #B21184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21184

Black with #B21184

Text Example


Text Example

White with #B21184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21184; }

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

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

background-color css

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

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

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

border-color css

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

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

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