#BD60DA

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

Shades of Medium Orchid #BD60DA

Tints of Medium Orchid #BD60DA

Color information

#BD60DA (or 0xBD60DA) is unknown color: approx Medium Orchid. HEX triplet: BD, 60 and DA. RGB value is (189,96,218). Sum of RGB (Red+Green+Blue) = 189+96+218=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 96 (37.89% from 255 or 19.09% from 503); Blue value is 218 (85.55% from 255 or 43.34% from 503); Max value from RGB is 218 - color contains mainly: blue. Hex color #BD60DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD60DA is #429F25. Grayscale: #898989. Windows color (decimal): -4366118 or 14311613. OLE color: 14311613.

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

Color convert

RGB18996218-
CMYK0.130.5600.15
HSL285.74º62.24%61.57%-
HSV(B)285.74º55.96%85.49%-
XYZ37.8224.2569.02-
YUV137.72173.31164.58-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.57%
GREEN value IS 96 (37.89% from 255) = 19.09%
BLUE value IS 218 (85.55% from 255) = 43.34%
R=37.57%
G=19.09%
B=43.34%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal189962180.130.5600.15285.7462.2461.57
HexBD60DAD380F11e3e3e
Octal27514033215700174367676
Binary10111101110000011011010110111100001111100011110111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD60DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD60DA; }

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

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

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

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

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

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

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

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