#BD31D9

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

Shades of Medium Orchid #BD31D9

Tints of Medium Orchid #BD31D9

Color information

#BD31D9 (or 0xBD31D9) is unknown color: approx Medium Orchid. HEX triplet: BD, 31 and D9. RGB value is (189,49,217). Sum of RGB (Red+Green+Blue) = 189+49+217=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 49 (19.53% from 255 or 10.77% from 455); Blue value is 217 (85.16% from 255 or 47.69% from 455); Max value from RGB is 217 - color contains mainly: blue. Hex color #BD31D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD31D9 is #42CE26. Grayscale: #6D6D6D. Windows color (decimal): -4378151 or 14234045. OLE color: 14234045.

HSL color Cylindrical-coordinate representation of color #BD31D9: hue angle of 290º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD31D9 is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB18949217-
CMYK0.130.7700.15
HSL290º68.85%52.16%-
HSV(B)290º77.42%85.1%-
XYZ34.6118.0367.3-
YUV110.01188.38184.34-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.54%
GREEN value IS 49 (19.53% from 255) = 10.77%
BLUE value IS 217 (85.16% from 255) = 47.69%
R=41.54%
G=10.77%
B=47.69%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal189492170.130.7700.1529068.8552.16
HexBD31D9D4D0F1224534
Octal275613311511501744210564
Binary101111011100011101100111011001101011111001000101000101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD31D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD31D9; }

 p { color: rgb(189,49,217); }

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

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

 a { background-color: rgb(189,49,217); }

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

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

 span { border-color: rgb(189,49,217); }

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