Html Css Color HEX #B20481 Medium Violet Red

📋 copy color: '#B20481'

red 178 ◦ green 4 ◦ blue 129

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

Shades of Medium Violet Red #B20481

Tints of Medium Violet Red #B20481

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.29%

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

R = 57.23%
G = 1.29%
B = 41.48%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B20481 (or 0xB20481) is known color: Medium Violet Red. HEX triplet: B2, 04 and 81. RGB value is (178,4,129). Sum of RGB (Red+Green+Blue) = 178+4+129=311 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.23% from 311); Green value is 4 (1.95% from 255 or 1.29% from 311); Blue value is 129 (50.78% from 255 or 41.48% from 311); Max value from RGB is 178 - color contains mainly: red. Hex color #B20481 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20481 is #4DFB7E. Grayscale: #454545. Windows color (decimal): -5110655 or 8455346. OLE color: 8455346.

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

Color convert

RGB 178 4 129 -
CMYK 0 0.98 0.28 0.30
HSL 316.9º 0.96% 0.36% -
HSV(B) 316.9º 0.98% 0.7% -
XYZ 22.37 11.14 21.74 -
YUV 70.28 161.15 204.84 -
System Red Green Blue C M Y K H S L
Decimal 178 4 129 0 0.98 0.28 0.30 316.9 0.96 0.36
Hex B2 4 81 0 62 1C 1E 13D 60 24
Octal 262 4 201 0 142 34 36 475 140 44
Binary 10110010 100 10000001 0 1100010 11100 11110 100111101 1100000 100100

Color Harmonies of #B20481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20481

Black with #B20481

Text Example


Text Example

White with #B20481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20481; }

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

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

background-color css

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

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

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

border-color css

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

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

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