#BD5DD8

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

Shades of Medium Orchid #BD5DD8

Tints of Medium Orchid #BD5DD8

Color information

#BD5DD8 (or 0xBD5DD8) is unknown color: approx Medium Orchid. HEX triplet: BD, 5D and D8. RGB value is (189,93,216). Sum of RGB (Red+Green+Blue) = 189+93+216=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 93 (36.72% from 255 or 18.67% from 498); Blue value is 216 (84.77% from 255 or 43.37% from 498); Max value from RGB is 216 - color contains mainly: blue. Hex color #BD5DD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5DD8 is #42A227. Grayscale: #878787. Windows color (decimal): -4366888 or 14179773. OLE color: 14179773.

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

Color convert

RGB18993216-
CMYK0.120.5700.15
HSL286.83º61.19%60.59%-
HSV(B)286.83º56.94%84.71%-
XYZ37.323.6167.56-
YUV135.73173.3166-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.95%
GREEN value IS 93 (36.72% from 255) = 18.67%
BLUE value IS 216 (84.77% from 255) = 43.37%
R=37.95%
G=18.67%
B=43.37%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal189932160.120.5700.15286.8361.1960.59
HexBD5DD8C390F11f3d3d
Octal27513533014710174377575
Binary10111101101110111011000110011100101111100011111111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5DD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5DD8; }

 p { color: rgb(189,93,216); }

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

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

 a { background-color: rgb(189,93,216); }

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

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

 span { border-color: rgb(189,93,216); }

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