#BD5DED

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

Shades of Medium Orchid #BD5DED

Tints of Medium Orchid #BD5DED

Color information

#BD5DED (or 0xBD5DED) is unknown color: approx Medium Orchid. HEX triplet: BD, 5D and ED. RGB value is (189,93,237). Sum of RGB (Red+Green+Blue) = 189+93+237=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 93 (36.72% from 255 or 17.92% from 519); Blue value is 237 (92.97% from 255 or 45.66% from 519); Max value from RGB is 237 - color contains mainly: blue. Hex color #BD5DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD5DED is #42A212. Grayscale: #898989. Windows color (decimal): -4366867 or 15556029. OLE color: 15556029.

HSL color Cylindrical-coordinate representation of color #BD5DED: hue angle of 280º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD5DED is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB18993237-
CMYK0.200.6100.07
HSL280º80%64.71%-
HSV(B)280º60.76%92.94%-
XYZ40.1924.7682.78-
YUV138.12183.8164.29-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.42%
GREEN value IS 93 (36.72% from 255) = 17.92%
BLUE value IS 237 (92.97% from 255) = 45.66%
R=36.42%
G=17.92%
B=45.66%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal189932370.200.6100.072808064.71
HexBD5DED143D071185041
Octal275135355247507430120101
Binary1011110110111011110110110100111101011110001100010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5DED; }

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

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

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

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

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

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

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

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