#BD0285

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

Shades of Medium Violet Red #BD0285

Tints of Medium Violet Red #BD0285

Color information

#BD0285 (or 0xBD0285) is unknown color: approx Medium Violet Red. HEX triplet: BD, 02 and 85. RGB value is (189,2,133). Sum of RGB (Red+Green+Blue) = 189+2+133=324 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.33% from 324); Green value is 2 (1.17% from 255 or 0.62% from 324); Blue value is 133 (52.34% from 255 or 41.05% from 324); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0285 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0285 is #42FD7A. Grayscale: #484848. Windows color (decimal): -4390267 or 8716989. OLE color: 8716989.

HSL color Cylindrical-coordinate representation of color #BD0285: hue angle of 317.97º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD0285 is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB1892133-
CMYK00.990.300.26
HSL317.97º97.91%37.45%-
HSV(B)317.97º98.94%74.12%-
XYZ25.2412.5623.28-
YUV72.85161.95210.85-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 58.33%
GREEN value IS 2 (1.17% from 255) = 0.62%
BLUE value IS 133 (52.34% from 255) = 41.05%
R=58.33%
G=0.62%
B=41.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189213300.990.300.26317.9797.9137.45
HexBD2850631E1A13e6225
Octal27522050143363247614245
Binary1011110110100001010110001111110110101001111101100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD0285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD0285; }

 p { color: rgb(189,2,133); }

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

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

 a { background-color: rgb(189,2,133); }

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

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

 span { border-color: rgb(189,2,133); }

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