#BD5FD9

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

Shades of Medium Orchid #BD5FD9

Tints of Medium Orchid #BD5FD9

Color information

#BD5FD9 (or 0xBD5FD9) is unknown color: approx Medium Orchid. HEX triplet: BD, 5F and D9. RGB value is (189,95,217). Sum of RGB (Red+Green+Blue) = 189+95+217=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 95 (37.5% from 255 or 18.96% from 501); Blue value is 217 (85.16% from 255 or 43.31% from 501); Max value from RGB is 217 - color contains mainly: blue. Hex color #BD5FD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5FD9 is #42A026. Grayscale: #888888. Windows color (decimal): -4366375 or 14245821. OLE color: 14245821.

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

Color convert

RGB18995217-
CMYK0.130.5600.15
HSL286.23º61.62%61.18%-
HSV(B)286.23º56.22%85.1%-
XYZ37.624.0168.3-
YUV137.01173.14165.08-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.72%
GREEN value IS 95 (37.5% from 255) = 18.96%
BLUE value IS 217 (85.16% from 255) = 43.31%
R=37.72%
G=18.96%
B=43.31%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal189952170.130.5600.15286.2361.6261.18
HexBD5FD9D380F11e3e3d
Octal27513733115700174367675
Binary10111101101111111011001110111100001111100011110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5FD9; }

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

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

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

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

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

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

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

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