#BD008A

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

Shades of Medium Violet Red #BD008A

Tints of Medium Violet Red #BD008A

Color information

#BD008A (or 0xBD008A) is unknown color: approx Medium Violet Red. HEX triplet: BD, 00 and 8A. RGB value is (189,0,138). Sum of RGB (Red+Green+Blue) = 189+0+138=327 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.80% from 327); Green value is 0 (0.39% from 255 or 0% from 327); Blue value is 138 (54.30% from 255 or 42.20% from 327); Max value from RGB is 189 - color contains mainly: red. Hex color #BD008A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD008A is #42FF75. Grayscale: #474747. Windows color (decimal): -4390774 or 9044157. OLE color: 9044157.

HSL color Cylindrical-coordinate representation of color #BD008A: hue angle of 316.19º 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 #BD008A is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB1890138-
CMYK010.270.26
HSL316.19º100%37.06%-
HSV(B)316.19º100%74.12%-
XYZ25.5712.6525.14-
YUV72.24165.12211.28-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 57.80%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 138 (54.30% from 255) = 42.20%
R=57.80%
G=0%
B=42.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1890138010.270.26316.1910037.06
HexBD08A0641B1A13c6425
Octal27502120144333247414445
Binary101111010100010100110010011011110101001111001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD008A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD008A; }

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

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

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

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

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

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

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

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