#BD68CD

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

Shades of Medium Orchid #BD68CD

Tints of Medium Orchid #BD68CD

Color information

#BD68CD (or 0xBD68CD) is unknown color: approx Medium Orchid. HEX triplet: BD, 68 and CD. RGB value is (189,104,205). Sum of RGB (Red+Green+Blue) = 189+104+205=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 104 (41.02% from 255 or 20.88% from 498); Blue value is 205 (80.47% from 255 or 41.16% from 498); Max value from RGB is 205 - color contains mainly: blue. Hex color #BD68CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD68CD is #429732. Grayscale: #8C8C8C. Windows color (decimal): -4364083 or 13461693. OLE color: 13461693.

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

Color convert

RGB189104205-
CMYK0.080.4900.20
HSL290.5º50.25%60.59%-
HSV(B)290.5º49.27%80.39%-
XYZ36.9625.1360.66-
YUV140.93164.16162.29-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.95%
GREEN value IS 104 (41.02% from 255) = 20.88%
BLUE value IS 205 (80.47% from 255) = 41.16%
R=37.95%
G=20.88%
B=41.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1891042050.080.4900.20290.550.2560.59
HexBD68CD831014122323d
Octal27515031510610244426275
Binary101111011101000110011011000110001010100100100010110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD68CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD68CD; }

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

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

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

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

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

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

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

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