#B01D9C

Color #B01D9C Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #B01D9C

Tints of Medium Violet Red #B01D9C

Color information

#B01D9C (or 0xB01D9C) is unknown color: approx Medium Violet Red. HEX triplet: B0, 1D and 9C. RGB value is (176,29,156). Sum of RGB (Red+Green+Blue) = 176+29+156=361 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.75% from 361); Green value is 29 (11.72% from 255 or 8.03% from 361); Blue value is 156 (61.33% from 255 or 43.21% from 361); Max value from RGB is 176 - color contains mainly: red. Hex color #B01D9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B01D9C is #4FE263. Grayscale: #575757. Windows color (decimal): -5235300 or 10231216. OLE color: 10231216.

HSL color Cylindrical-coordinate representation of color #B01D9C: hue angle of 308.16º degrees, saturation: 0.72, 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 #B01D9C is Cyan = 0, Magento = 0.84, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB17629156-
CMYK00.840.110.31
HSL308.16º71.71%40.2%-
HSV(B)308.16º83.52%69.02%-
XYZ24.3412.5132.58-
YUV87.43166.7191.17-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.75%
GREEN value IS 29 (11.72% from 255) = 8.03%
BLUE value IS 156 (61.33% from 255) = 43.21%
R=48.75%
G=8.03%
B=43.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1762915600.840.110.31308.1671.7140.2
HexB01D9C054B1F1344828
Octal260352340124133746411050
Binary101100001110110011100010101001011111111001101001001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01D9C; }

 p { color: rgb(176,29,156); }

 H1.HeaderClassName
 {
   color: #B01D9C;
 }
 .AnyTagClassName
 {
   color: #B01D9C;
 }
</style>
background-color css

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

 a { background-color: rgb(176,29,156); }

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

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

 span { border-color: rgb(176,29,156); }

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