#BD0090

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

Shades of Medium Violet Red #BD0090

Tints of Medium Violet Red #BD0090

Color information

#BD0090 (or 0xBD0090) is unknown color: approx Medium Violet Red. HEX triplet: BD, 00 and 90. RGB value is (189,0,144). Sum of RGB (Red+Green+Blue) = 189+0+144=333 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.76% from 333); Green value is 0 (0.39% from 255 or 0% from 333); Blue value is 144 (56.64% from 255 or 43.24% from 333); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0090 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0090 is #42FF6F. Grayscale: #484848. Windows color (decimal): -4390768 or 9437373. OLE color: 9437373.

HSL color Cylindrical-coordinate representation of color #BD0090: hue angle of 314.29º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD0090 is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB1890144-
CMYK010.240.26
HSL314.29º100%37.06%-
HSV(B)314.29º100%74.12%-
XYZ26.0212.8327.49-
YUV72.93168.12210.79-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 56.76%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 144 (56.64% from 255) = 43.24%
R=56.76%
G=0%
B=43.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1890144010.240.26314.2910037.06
HexBD090064181A13a6425
Octal27502200144303247214445
Binary101111010100100000110010011000110101001110101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD0090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD0090; }

 p { color: rgb(189,0,144); }

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

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

 a { background-color: rgb(189,0,144); }

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

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

 span { border-color: rgb(189,0,144); }

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