#BD60DE

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

Shades of Medium Orchid #BD60DE

Tints of Medium Orchid #BD60DE

Color information

#BD60DE (or 0xBD60DE) is unknown color: approx Medium Orchid. HEX triplet: BD, 60 and DE. RGB value is (189,96,222). Sum of RGB (Red+Green+Blue) = 189+96+222=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 96 (37.89% from 255 or 18.93% from 507); Blue value is 222 (87.11% from 255 or 43.79% from 507); Max value from RGB is 222 - color contains mainly: blue. Hex color #BD60DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD60DE is #429F21. Grayscale: #898989. Windows color (decimal): -4366114 or 14573757. OLE color: 14573757.

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

Color convert

RGB18996222-
CMYK0.150.5700.13
HSL284.29º65.62%62.35%-
HSV(B)284.29º56.76%87.06%-
XYZ38.3524.4671.81-
YUV138.17175.31164.25-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.28%
GREEN value IS 96 (37.89% from 255) = 18.93%
BLUE value IS 222 (87.11% from 255) = 43.79%
R=37.28%
G=18.93%
B=43.79%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal189962220.150.5700.13284.2965.6262.35
HexBD60DEF390D11c423e
Octal275140336177101543410276
Binary101111011100000110111101111111001011011000111001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD60DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD60DE; }

 p { color: rgb(189,96,222); }

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

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

 a { background-color: rgb(189,96,222); }

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

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

 span { border-color: rgb(189,96,222); }

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