#B01DA9

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

Shades of Medium Violet Red #B01DA9

Tints of Medium Violet Red #B01DA9

Color information

#B01DA9 (or 0xB01DA9) is unknown color: approx Medium Violet Red. HEX triplet: B0, 1D and A9. RGB value is (176,29,169). Sum of RGB (Red+Green+Blue) = 176+29+169=374 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.06% from 374); Green value is 29 (11.72% from 255 or 7.75% from 374); Blue value is 169 (66.41% from 255 or 45.19% from 374); Max value from RGB is 176 - color contains mainly: red. Hex color #B01DA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B01DA9 is #4FE256. Grayscale: #585858. Windows color (decimal): -5235287 or 11083184. OLE color: 11083184.

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

Color convert

RGB17629169-
CMYK00.840.040.31
HSL302.86º71.71%40.2%-
HSV(B)302.86º83.52%69.02%-
XYZ25.5112.9738.7-
YUV88.91173.2190.12-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.06%
GREEN value IS 29 (11.72% from 255) = 7.75%
BLUE value IS 169 (66.41% from 255) = 45.19%
R=47.06%
G=7.75%
B=45.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1762916900.840.040.31302.8671.7140.2
HexB01DA905441F12f4828
Octal26035251012443745711050
Binary10110000111011010100101010100100111111001011111001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01DA9; }

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

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

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

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

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

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

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

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