#BA68CD

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

Shades of Medium Orchid #BA68CD

Tints of Medium Orchid #BA68CD

Color information

#BA68CD (or 0xBA68CD) is unknown color: approx Medium Orchid. HEX triplet: BA, 68 and CD. RGB value is (186,104,205). Sum of RGB (Red+Green+Blue) = 186+104+205=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 104 (41.02% from 255 or 21.01% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA68CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA68CD is #459732. Grayscale: #8B8B8B. Windows color (decimal): -4560691 or 13461690. OLE color: 13461690.

HSL color Cylindrical-coordinate representation of color #BA68CD: hue angle of 288.71º 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 #BA68CD is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB186104205-
CMYK0.090.4900.20
HSL288.71º50.25%60.59%-
HSV(B)288.71º49.27%80.39%-
XYZ36.2224.7560.63-
YUV140.03164.67160.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.58%
GREEN value IS 104 (41.02% from 255) = 21.01%
BLUE value IS 205 (80.47% from 255) = 41.41%
R=37.58%
G=21.01%
B=41.41%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1861042050.090.4900.20288.7150.2560.59
HexBA68CD931014121323d
Octal27215031511610244416275
Binary101110101101000110011011001110001010100100100001110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA68CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA68CD; }

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

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

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

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

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

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

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

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