Html Css Color HEX #B21182 Medium Violet Red

📋 copy color: '#B21182'

red 178 ◦ green 17 ◦ blue 130

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

Shades of Medium Violet Red #B21182

Tints of Medium Violet Red #B21182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 40%

R = 54.77%
G = 5.23%
B = 40%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.27

 K value IS 0.30

RGB Variations

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

Color information

#B21182 (or 0xB21182) is known color: Medium Violet Red. HEX triplet: B2, 11 and 82. RGB value is (178,17,130). Sum of RGB (Red+Green+Blue) = 178+17+130=325 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.77% from 325); Green value is 17 (7.03% from 255 or 5.23% from 325); Blue value is 130 (51.17% from 255 or 40% from 325); Max value from RGB is 178 - color contains mainly: red. Hex color #B21182 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B21182 is #4DEE7D. Grayscale: #4D4D4D. Windows color (decimal): -5107326 or 8524210. OLE color: 8524210.

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

Color convert

RGB 178 17 130 -
CMYK 0 0.90 0.27 0.30
HSL 317.89º 0.83% 0.38% -
HSV(B) 317.89º 0.9% 0.7% -
XYZ 22.59 11.48 22.14 -
YUV 78.02 157.34 199.31 -
System Red Green Blue C M Y K H S L
Decimal 178 17 130 0 0.90 0.27 0.30 317.89 0.83 0.38
Hex B2 11 82 0 5A 1B 1E 13E 53 26
Octal 262 21 202 0 132 33 36 476 123 46
Binary 10110010 10001 10000010 0 1011010 11011 11110 100111110 1010011 100110

Color Harmonies of #B21182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21182

Black with #B21182

Text Example


Text Example

White with #B21182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21182; }

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

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

background-color css

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

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

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

border-color css

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

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

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