#BD0081

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

Shades of Medium Violet Red #BD0081

Tints of Medium Violet Red #BD0081

Color information

#BD0081 (or 0xBD0081) is unknown color: approx Medium Violet Red. HEX triplet: BD, 00 and 81. RGB value is (189,0,129). Sum of RGB (Red+Green+Blue) = 189+0+129=318 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.43% from 318); Green value is 0 (0.39% from 255 or 0% from 318); Blue value is 129 (50.78% from 255 or 40.57% from 318); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0081 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0081 is #42FF7E. Grayscale: #464646. Windows color (decimal): -4390783 or 8454333. OLE color: 8454333.

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

Color convert

RGB1890129-
CMYK010.320.26
HSL319.05º100%37.06%-
HSV(B)319.05º100%74.12%-
XYZ24.9512.421.85-
YUV71.22160.62212.01-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 59.43%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 129 (50.78% from 255) = 40.57%
R=59.43%
G=0%
B=40.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1890129010.320.26319.0510037.06
HexBD081064201A13f6425
Octal27502010144403247714445
Binary1011110101000000101100100100000110101001111111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD0081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD0081; }

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

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

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

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

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

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

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

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