#BD009E

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

Shades of Medium Violet Red #BD009E

Tints of Medium Violet Red #BD009E

Color information

#BD009E (or 0xBD009E) is unknown color: approx Medium Violet Red. HEX triplet: BD, 00 and 9E. RGB value is (189,0,158). Sum of RGB (Red+Green+Blue) = 189+0+158=347 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.47% from 347); Green value is 0 (0.39% from 255 or 0% from 347); Blue value is 158 (62.11% from 255 or 45.53% from 347); Max value from RGB is 189 - color contains mainly: red. Hex color #BD009E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD009E is #42FF61. Grayscale: #4A4A4A. Windows color (decimal): -4390754 or 10354877. OLE color: 10354877.

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

Color convert

RGB1890158-
CMYK010.160.26
HSL309.84º100%37.06%-
HSV(B)309.84º100%74.12%-
XYZ27.1613.2933.48-
YUV74.52175.12209.65-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54.47%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 158 (62.11% from 255) = 45.53%
R=54.47%
G=0%
B=45.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1890158010.160.26309.8410037.06
HexBD09E064101A1366425
Octal27502360144203246614445
Binary101111010100111100110010010000110101001101101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD009E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD009E; }

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

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

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

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

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

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

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

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