#BD5EED

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

Shades of Medium Orchid #BD5EED

Tints of Medium Orchid #BD5EED

Color information

#BD5EED (or 0xBD5EED) is unknown color: approx Medium Orchid. HEX triplet: BD, 5E and ED. RGB value is (189,94,237). Sum of RGB (Red+Green+Blue) = 189+94+237=520 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.35% from 520); Green value is 94 (37.11% from 255 or 18.08% from 520); Blue value is 237 (92.97% from 255 or 45.58% from 520); Max value from RGB is 237 - color contains mainly: blue. Hex color #BD5EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD5EED is #42A112. Grayscale: #8A8A8A. Windows color (decimal): -4366611 or 15556285. OLE color: 15556285.

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

Color convert

RGB18994237-
CMYK0.200.6000.07
HSL279.86º79.89%64.9%-
HSV(B)279.86º60.34%92.94%-
XYZ40.2824.9482.81-
YUV138.71183.47163.87-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.35%
GREEN value IS 94 (37.11% from 255) = 18.08%
BLUE value IS 237 (92.97% from 255) = 45.58%
R=36.35%
G=18.08%
B=45.58%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal189942370.200.6000.07279.8679.8964.9
HexBD5EED143C071185041
Octal275136355247407430120101
Binary1011110110111101110110110100111100011110001100010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5EED; }

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

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

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

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

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

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

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

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