Html Css Color HEX #B20080 Medium Violet Red

📋 copy color: '#B20080'

red 178 ◦ green 0 ◦ blue 128

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

Shades of Medium Violet Red #B20080

Tints of Medium Violet Red #B20080

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 58.17%
G = 0%
B = 41.83%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B20080 (or 0xB20080) is known color: Medium Violet Red. HEX triplet: B2, 00 and 80. RGB value is (178,0,128). Sum of RGB (Red+Green+Blue) = 178+0+128=306 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.17% from 306); Green value is 0 (0.39% from 255 or 0% from 306); Blue value is 128 (50.39% from 255 or 41.83% from 306); Max value from RGB is 178 - color contains mainly: red. Hex color #B20080 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20080 is #4DFF7F. Grayscale: #434343. Windows color (decimal): -5111680 or 8388786. OLE color: 8388786.

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

Color convert

RGB 178 0 128 -
CMYK 0 1 0.28 0.30
HSL 316.85º 1% 0.35% -
HSV(B) 316.85º 1% 0.7% -
XYZ 22.26 11.02 21.38 -
YUV 67.81 161.97 206.59 -
System Red Green Blue C M Y K H S L
Decimal 178 0 128 0 1 0.28 0.30 316.85 1 0.35
Hex B2 0 80 0 64 1C 1E 13D 64 23
Octal 262 0 200 0 144 34 36 475 144 43
Binary 10110010 0 10000000 0 1100100 11100 11110 100111101 1100100 100011

Color Harmonies of #B20080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20080

Black with #B20080

Text Example


Text Example

White with #B20080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20080; }

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

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

background-color css

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

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

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

border-color css

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

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

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