#BD007D

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

Shades of Medium Violet Red #BD007D

Tints of Medium Violet Red #BD007D

Color information

#BD007D (or 0xBD007D) is unknown color: approx Medium Violet Red. HEX triplet: BD, 00 and 7D. RGB value is (189,0,125). Sum of RGB (Red+Green+Blue) = 189+0+125=314 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.19% from 314); Green value is 0 (0.39% from 255 or 0% from 314); Blue value is 125 (49.22% from 255 or 39.81% from 314); Max value from RGB is 189 - color contains mainly: red. Hex color #BD007D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD007D is #42FF82. Grayscale: #464646. Windows color (decimal): -4390787 or 8192189. OLE color: 8192189.

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

Color convert

RGB1890125-
CMYK010.340.26
HSL320.32º100%37.06%-
HSV(B)320.32º100%74.12%-
XYZ24.6912.320.47-
YUV70.76158.62212.34-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 60.19%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 125 (49.22% from 255) = 39.81%
R=60.19%
G=0%
B=39.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1890125010.340.26320.3210037.06
HexBD07D064221A1406425
Octal27501750144423250014445
Binary101111010111110101100100100010110101010000001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD007D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD007D; }

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

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

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

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

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

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

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

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