Html Css Color HEX #B21181 Medium Violet Red

📋 copy color: '#B21181'

red 178 ◦ green 17 ◦ blue 129

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

Shades of Medium Violet Red #B21181

Tints of Medium Violet Red #B21181

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 39.81%

R = 54.94%
G = 5.25%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B21181 (or 0xB21181) is known color: Medium Violet Red. HEX triplet: B2, 11 and 81. RGB value is (178,17,129). Sum of RGB (Red+Green+Blue) = 178+17+129=324 (42% of max value = 765). Red value is 178 (69.92% from 255 or 54.94% from 324); Green value is 17 (7.03% from 255 or 5.25% from 324); Blue value is 129 (50.78% from 255 or 39.81% from 324); Max value from RGB is 178 - color contains mainly: red. Hex color #B21181 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B21181 is #4DEE7E. Grayscale: #4D4D4D. Windows color (decimal): -5107327 or 8458674. OLE color: 8458674.

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

Color convert

RGB 178 17 129 -
CMYK 0 0.90 0.28 0.30
HSL 318.26º 0.83% 0.38% -
HSV(B) 318.26º 0.9% 0.7% -
XYZ 22.52 11.45 21.79 -
YUV 77.91 156.84 199.39 -
System Red Green Blue C M Y K H S L
Decimal 178 17 129 0 0.90 0.28 0.30 318.26 0.83 0.38
Hex B2 11 81 0 5A 1C 1E 13E 53 26
Octal 262 21 201 0 132 34 36 476 123 46
Binary 10110010 10001 10000001 0 1011010 11100 11110 100111110 1010011 100110

Color Harmonies of #B21181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21181

Black with #B21181

Text Example


Text Example

White with #B21181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21181; }

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

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

background-color css

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

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

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

border-color css

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

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

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