#BD007C

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

Shades of Medium Violet Red #BD007C

Tints of Medium Violet Red #BD007C

Color information

#BD007C (or 0xBD007C) is unknown color: approx Medium Violet Red. HEX triplet: BD, 00 and 7C. RGB value is (189,0,124). Sum of RGB (Red+Green+Blue) = 189+0+124=313 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.38% from 313); Green value is 0 (0.39% from 255 or 0% from 313); Blue value is 124 (48.83% from 255 or 39.62% from 313); Max value from RGB is 189 - color contains mainly: red. Hex color #BD007C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD007C is #42FF83. Grayscale: #464646. Windows color (decimal): -4390788 or 8126653. OLE color: 8126653.

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

Color convert

RGB1890124-
CMYK010.340.26
HSL320.63º100%37.06%-
HSV(B)320.63º100%74.12%-
XYZ24.6212.2720.14-
YUV70.65158.12212.42-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 60.38%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 124 (48.83% from 255) = 39.62%
R=60.38%
G=0%
B=39.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1890124010.340.26320.6310037.06
HexBD07C064221A1416425
Octal27501740144423250114445
Binary101111010111110001100100100010110101010000011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD007C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD007C; }

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

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

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

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

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

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

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

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