#BD008B

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

Shades of Medium Violet Red #BD008B

Tints of Medium Violet Red #BD008B

Color information

#BD008B (or 0xBD008B) is unknown color: approx Medium Violet Red. HEX triplet: BD, 00 and 8B. RGB value is (189,0,139). Sum of RGB (Red+Green+Blue) = 189+0+139=328 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.62% from 328); Green value is 0 (0.39% from 255 or 0% from 328); Blue value is 139 (54.69% from 255 or 42.38% from 328); Max value from RGB is 189 - color contains mainly: red. Hex color #BD008B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD008B is #42FF74. Grayscale: #474747. Windows color (decimal): -4390773 or 9109693. OLE color: 9109693.

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

Color convert

RGB1890139-
CMYK010.260.26
HSL315.87º100%37.06%-
HSV(B)315.87º100%74.12%-
XYZ25.6512.6825.52-
YUV72.36165.62211.2-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 57.62%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 139 (54.69% from 255) = 42.38%
R=57.62%
G=0%
B=42.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1890139010.260.26315.8710037.06
HexBD08B0641A1A13c6425
Octal27502130144323247414445
Binary101111010100010110110010011010110101001111001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD008B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD008B; }

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

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

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

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

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

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

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

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