#BD5CD8

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

Shades of Medium Orchid #BD5CD8

Tints of Medium Orchid #BD5CD8

Color information

#BD5CD8 (or 0xBD5CD8) is unknown color: approx Medium Orchid. HEX triplet: BD, 5C and D8. RGB value is (189,92,216). Sum of RGB (Red+Green+Blue) = 189+92+216=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 92 (36.33% from 255 or 18.51% from 497); Blue value is 216 (84.77% from 255 or 43.46% from 497); Max value from RGB is 216 - color contains mainly: blue. Hex color #BD5CD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5CD8 is #42A327. Grayscale: #868686. Windows color (decimal): -4367144 or 14179517. OLE color: 14179517.

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

Color convert

RGB18992216-
CMYK0.120.5700.15
HSL286.94º61.39%60.39%-
HSV(B)286.94º57.41%84.71%-
XYZ37.2123.4367.53-
YUV135.14173.64166.42-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.03%
GREEN value IS 92 (36.33% from 255) = 18.51%
BLUE value IS 216 (84.77% from 255) = 43.46%
R=38.03%
G=18.51%
B=43.46%

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
Decimal189922160.120.5700.15286.9461.3960.39
HexBD5CD8C390F11f3d3c
Octal27513433014710174377574
Binary10111101101110011011000110011100101111100011111111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5CD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5CD8; }

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

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

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

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

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

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

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

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