#BA62CD

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

Shades of Medium Orchid #BA62CD

Tints of Medium Orchid #BA62CD

Color information

#BA62CD (or 0xBA62CD) is unknown color: approx Medium Orchid. HEX triplet: BA, 62 and CD. RGB value is (186,98,205). Sum of RGB (Red+Green+Blue) = 186+98+205=489 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.04% from 489); Green value is 98 (38.67% from 255 or 20.04% from 489); Blue value is 205 (80.47% from 255 or 41.92% from 489); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA62CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA62CD is #459D32. Grayscale: #888888. Windows color (decimal): -4562227 or 13460154. OLE color: 13460154.

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

Color convert

RGB18698205-
CMYK0.090.5200.20
HSL289.35º51.69%59.41%-
HSV(B)289.35º52.2%80.39%-
XYZ35.6423.5860.43-
YUV136.51166.65163.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.04%
GREEN value IS 98 (38.67% from 255) = 20.04%
BLUE value IS 205 (80.47% from 255) = 41.92%
R=38.04%
G=20.04%
B=41.92%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal186982050.090.5200.20289.3551.6959.41
HexBA62CD934014121343b
Octal27214231511640244416473
Binary101110101100010110011011001110100010100100100001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA62CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA62CD; }

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

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

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

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

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

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

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

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