#BD60CD

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

Shades of Medium Orchid #BD60CD

Tints of Medium Orchid #BD60CD

Color information

#BD60CD (or 0xBD60CD) is unknown color: approx Medium Orchid. HEX triplet: BD, 60 and CD. RGB value is (189,96,205). Sum of RGB (Red+Green+Blue) = 189+96+205=490 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.57% from 490); Green value is 96 (37.89% from 255 or 19.59% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 205 - color contains mainly: blue. Hex color #BD60CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD60CD is #429F32. Grayscale: #878787. Windows color (decimal): -4366131 or 13459645. OLE color: 13459645.

HSL color Cylindrical-coordinate representation of color #BD60CD: hue angle of 291.19º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BD60CD is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB18996205-
CMYK0.080.5300.20
HSL291.19º52.15%59.02%-
HSV(B)291.19º53.17%80.39%-
XYZ36.1923.5960.4-
YUV136.23166.81165.64-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.57%
GREEN value IS 96 (37.89% from 255) = 19.59%
BLUE value IS 205 (80.47% from 255) = 41.84%
R=38.57%
G=19.59%
B=41.84%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal189962050.080.5300.20291.1952.1559.02
HexBD60CD835014123343b
Octal27514031510650244436473
Binary101111011100000110011011000110101010100100100011110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD60CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD60CD; }

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

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

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

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

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

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

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

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