#B01D9D

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

Shades of Medium Violet Red #B01D9D

Tints of Medium Violet Red #B01D9D

Color information

#B01D9D (or 0xB01D9D) is unknown color: approx Medium Violet Red. HEX triplet: B0, 1D and 9D. RGB value is (176,29,157). Sum of RGB (Red+Green+Blue) = 176+29+157=362 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.62% from 362); Green value is 29 (11.72% from 255 or 8.01% from 362); Blue value is 157 (61.72% from 255 or 43.37% from 362); Max value from RGB is 176 - color contains mainly: red. Hex color #B01D9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B01D9D is #4FE262. Grayscale: #575757. Windows color (decimal): -5235299 or 10296752. OLE color: 10296752.

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

Color convert

RGB17629157-
CMYK00.840.110.31
HSL307.76º71.71%40.2%-
HSV(B)307.76º83.52%69.02%-
XYZ24.4312.5433.03-
YUV87.54167.2191.09-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.62%
GREEN value IS 29 (11.72% from 255) = 8.01%
BLUE value IS 157 (61.72% from 255) = 43.37%
R=48.62%
G=8.01%
B=43.37%

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
Decimal1762915700.840.110.31307.7671.7140.2
HexB01D9D054B1F1344828
Octal260352350124133746411050
Binary101100001110110011101010101001011111111001101001001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01D9D; }

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

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

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

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

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

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

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

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