Html Css Color HEX #B21081 Medium Violet Red

📋 copy color: '#B21081'

red 178 ◦ green 16 ◦ blue 129

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

Shades of Medium Violet Red #B21081

Tints of Medium Violet Red #B21081

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.95%

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

R = 55.11%
G = 4.95%
B = 39.94%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B21081 (or 0xB21081) is known color: Medium Violet Red. HEX triplet: B2, 10 and 81. RGB value is (178,16,129). Sum of RGB (Red+Green+Blue) = 178+16+129=323 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.11% from 323); Green value is 16 (6.64% from 255 or 4.95% from 323); Blue value is 129 (50.78% from 255 or 39.94% from 323); Max value from RGB is 178 - color contains mainly: red. Hex color #B21081 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B21081 is #4DEF7E. Grayscale: #4D4D4D. Windows color (decimal): -5107583 or 8458418. OLE color: 8458418.

HSL color Cylindrical-coordinate representation of color #B21081: hue angle of 318.15º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B21081 is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 16 129 -
CMYK 0 0.91 0.28 0.30
HSL 318.15º 0.84% 0.38% -
HSV(B) 318.15º 0.91% 0.7% -
XYZ 22.51 11.42 21.79 -
YUV 77.32 157.17 199.81 -
System Red Green Blue C M Y K H S L
Decimal 178 16 129 0 0.91 0.28 0.30 318.15 0.84 0.38
Hex B2 10 81 0 5B 1C 1E 13E 54 26
Octal 262 20 201 0 133 34 36 476 124 46
Binary 10110010 10000 10000001 0 1011011 11100 11110 100111110 1010100 100110

Color Harmonies of #B21081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21081

Black with #B21081

Text Example


Text Example

White with #B21081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21081; }

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

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

background-color css

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

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

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

border-color css

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

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

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