#B01D9E

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

Shades of Medium Violet Red #B01D9E

Tints of Medium Violet Red #B01D9E

Color information

#B01D9E (or 0xB01D9E) is unknown color: approx Medium Violet Red. HEX triplet: B0, 1D and 9E. RGB value is (176,29,158). Sum of RGB (Red+Green+Blue) = 176+29+158=363 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.48% from 363); Green value is 29 (11.72% from 255 or 7.99% from 363); Blue value is 158 (62.11% from 255 or 43.53% from 363); Max value from RGB is 176 - color contains mainly: red. Hex color #B01D9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B01D9E is #4FE261. Grayscale: #575757. Windows color (decimal): -5235298 or 10362288. OLE color: 10362288.

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

Color convert

RGB17629158-
CMYK00.840.100.31
HSL307.35º71.71%40.2%-
HSV(B)307.35º83.52%69.02%-
XYZ24.5212.5833.48-
YUV87.66167.7191.01-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.48%
GREEN value IS 29 (11.72% from 255) = 7.99%
BLUE value IS 158 (62.11% from 255) = 43.53%
R=48.48%
G=7.99%
B=43.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1762915800.840.100.31307.3571.7140.2
HexB01D9E054A1F1334828
Octal260352360124123746311050
Binary101100001110110011110010101001010111111001100111001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01D9E; }

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

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

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

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

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

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

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

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