Html Css Color HEX #B21180 Medium Violet Red

📋 copy color: '#B21180'

red 178 ◦ green 17 ◦ blue 128

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

Shades of Medium Violet Red #B21180

Tints of Medium Violet Red #B21180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 39.63%

R = 55.11%
G = 5.26%
B = 39.63%

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

#B21180 (or 0xB21180) is known color: Medium Violet Red. HEX triplet: B2, 11 and 80. RGB value is (178,17,128). Sum of RGB (Red+Green+Blue) = 178+17+128=323 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.11% from 323); Green value is 17 (7.03% from 255 or 5.26% from 323); Blue value is 128 (50.39% from 255 or 39.63% from 323); Max value from RGB is 178 - color contains mainly: red. Hex color #B21180 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B21180 is #4DEE7F. Grayscale: #4D4D4D. Windows color (decimal): -5107328 or 8393138. OLE color: 8393138.

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

Color convert

RGB 178 17 128 -
CMYK 0 0.90 0.28 0.30
HSL 318.63º 0.83% 0.38% -
HSV(B) 318.63º 0.9% 0.7% -
XYZ 22.46 11.42 21.44 -
YUV 77.79 156.34 199.47 -
System Red Green Blue C M Y K H S L
Decimal 178 17 128 0 0.90 0.28 0.30 318.63 0.83 0.38
Hex B2 11 80 0 5A 1C 1E 13F 53 26
Octal 262 21 200 0 132 34 36 477 123 46
Binary 10110010 10001 10000000 0 1011010 11100 11110 100111111 1010011 100110

Color Harmonies of #B21180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21180

Black with #B21180

Text Example


Text Example

White with #B21180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21180; }

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

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

background-color css

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

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

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

border-color css

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

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

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