#BA61CD

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

Shades of Medium Orchid #BA61CD

Tints of Medium Orchid #BA61CD

Color information

#BA61CD (or 0xBA61CD) is unknown color: approx Medium Orchid. HEX triplet: BA, 61 and CD. RGB value is (186,97,205). Sum of RGB (Red+Green+Blue) = 186+97+205=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 97 (38.28% from 255 or 19.88% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA61CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA61CD is #459E32. Grayscale: #878787. Windows color (decimal): -4562483 or 13459898. OLE color: 13459898.

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

Color convert

RGB18697205-
CMYK0.090.5300.20
HSL289.44º51.92%59.22%-
HSV(B)289.44º52.68%80.39%-
XYZ35.5423.460.4-
YUV135.92166.99163.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.11%
GREEN value IS 97 (38.28% from 255) = 19.88%
BLUE value IS 205 (80.47% from 255) = 42.01%
R=38.11%
G=19.88%
B=42.01%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal186972050.090.5300.20289.4451.9259.22
HexBA61CD935014121343b
Octal27214131511650244416473
Binary101110101100001110011011001110101010100100100001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA61CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA61CD; }

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

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

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

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

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

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

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

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