Html Css Color HEX #B01C80 Medium Violet Red

📋 copy color: '#B01C80'

red 176 ◦ green 28 ◦ blue 128

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

Shades of Medium Violet Red #B01C80

Tints of Medium Violet Red #B01C80

RGB

 RED value IS 176 (69.14% from 255) = 53.01%

 GREEN value IS 28 (11.33% from 255) = 8.43%

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

R = 53.01%
G = 8.43%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#B01C80 (or 0xB01C80) is known color: Medium Violet Red. HEX triplet: B0, 1C and 80. RGB value is (176,28,128). Sum of RGB (Red+Green+Blue) = 176+28+128=332 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.01% from 332); Green value is 28 (11.33% from 255 or 8.43% from 332); Blue value is 128 (50.39% from 255 or 38.55% from 332); Max value from RGB is 176 - color contains mainly: red. Hex color #B01C80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B01C80 is #4FE37F. Grayscale: #535353. Windows color (decimal): -5235584 or 8395952. OLE color: 8395952.

HSL color Cylindrical-coordinate representation of color #B01C80: hue angle of 319.46º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B01C80 is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 28 128 -
CMYK 0 0.84 0.27 0.31
HSL 319.46º 0.73% 0.4% -
HSV(B) 319.46º 0.84% 0.69% -
XYZ 22.22 11.62 21.49 -
YUV 83.65 153.03 193.87 -
System Red Green Blue C M Y K H S L
Decimal 176 28 128 0 0.84 0.27 0.31 319.46 0.73 0.4
Hex B0 1C 80 0 54 1B 1F 13F 49 28
Octal 260 34 200 0 124 33 37 477 111 50
Binary 10110000 11100 10000000 0 1010100 11011 11111 100111111 1001001 101000

Color Harmonies of #B01C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01C80

Black with #B01C80

Text Example


Text Example

White with #B01C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01C80; }

 p { color: rgb(176,28,128); }

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

background-color css

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

 a { background-color: rgb(176,28,128); }

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

border-color css

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

 span { border-color: rgb(176,28,128); }

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