Html Css Color HEX #B21183 Medium Violet Red

📋 copy color: '#B21183'

red 178 ◦ green 17 ◦ blue 131

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

Shades of Medium Violet Red #B21183

Tints of Medium Violet Red #B21183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 40.18%

R = 54.6%
G = 5.21%
B = 40.18%

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

#B21183 (or 0xB21183) is known color: Medium Violet Red. HEX triplet: B2, 11 and 83. RGB value is (178,17,131). Sum of RGB (Red+Green+Blue) = 178+17+131=326 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.60% from 326); Green value is 17 (7.03% from 255 or 5.21% from 326); Blue value is 131 (51.56% from 255 or 40.18% from 326); Max value from RGB is 178 - color contains mainly: red. Hex color #B21183 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B21183 is #4DEE7C. Grayscale: #4D4D4D. Windows color (decimal): -5107325 or 8589746. OLE color: 8589746.

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

Color convert

RGB 178 17 131 -
CMYK 0 0.90 0.26 0.30
HSL 317.52º 0.83% 0.38% -
HSV(B) 317.52º 0.9% 0.7% -
XYZ 22.66 11.5 22.5 -
YUV 78.14 157.84 199.23 -
System Red Green Blue C M Y K H S L
Decimal 178 17 131 0 0.90 0.26 0.30 317.52 0.83 0.38
Hex B2 11 83 0 5A 1A 1E 13E 53 26
Octal 262 21 203 0 132 32 36 476 123 46
Binary 10110010 10001 10000011 0 1011010 11010 11110 100111110 1010011 100110

Color Harmonies of #B21183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21183

Black with #B21183

Text Example


Text Example

White with #B21183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21183; }

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

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

background-color css

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

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

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

border-color css

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

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

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