Html Css Color HEX #B20380 Medium Violet Red

📋 copy color: '#B20380'

red 178 ◦ green 3 ◦ blue 128

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

Shades of Medium Violet Red #B20380

Tints of Medium Violet Red #B20380

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.97%

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

R = 57.61%
G = 0.97%
B = 41.42%

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

#B20380 (or 0xB20380) is known color: Medium Violet Red. HEX triplet: B2, 03 and 80. RGB value is (178,3,128). Sum of RGB (Red+Green+Blue) = 178+3+128=309 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.61% from 309); Green value is 3 (1.56% from 255 or 0.97% from 309); Blue value is 128 (50.39% from 255 or 41.42% from 309); Max value from RGB is 178 - color contains mainly: red. Hex color #B20380 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20380 is #4DFC7F. Grayscale: #454545. Windows color (decimal): -5110912 or 8389554. OLE color: 8389554.

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

Color convert

RGB 178 3 128 -
CMYK 0 0.98 0.28 0.30
HSL 317.14º 0.97% 0.35% -
HSV(B) 317.14º 0.98% 0.7% -
XYZ 22.29 11.09 21.39 -
YUV 69.58 160.98 205.34 -
System Red Green Blue C M Y K H S L
Decimal 178 3 128 0 0.98 0.28 0.30 317.14 0.97 0.35
Hex B2 3 80 0 62 1C 1E 13D 61 23
Octal 262 3 200 0 142 34 36 475 141 43
Binary 10110010 11 10000000 0 1100010 11100 11110 100111101 1100001 100011

Color Harmonies of #B20380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20380

Black with #B20380

Text Example


Text Example

White with #B20380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20380; }

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

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

background-color css

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

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

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

border-color css

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

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

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