#BA62DC

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

Shades of Medium Orchid #BA62DC

Tints of Medium Orchid #BA62DC

Color information

#BA62DC (or 0xBA62DC) is unknown color: approx Medium Orchid. HEX triplet: BA, 62 and DC. RGB value is (186,98,220). Sum of RGB (Red+Green+Blue) = 186+98+220=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 98 (38.67% from 255 or 19.44% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA62DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA62DC is #459D23. Grayscale: #898989. Windows color (decimal): -4562212 or 14443194. OLE color: 14443194.

HSL color Cylindrical-coordinate representation of color #BA62DC: hue angle of 283.28º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA62DC is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB18698220-
CMYK0.150.5500.14
HSL283.28º63.54%62.35%-
HSV(B)283.28º55.45%86.27%-
XYZ37.5424.3470.43-
YUV138.22174.15162.08-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.90%
GREEN value IS 98 (38.67% from 255) = 19.44%
BLUE value IS 220 (86.33% from 255) = 43.65%
R=36.90%
G=19.44%
B=43.65%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal186982200.150.5500.14283.2863.5462.35
HexBA62DCF370E11b403e
Octal272142334176701643310076
Binary101110101100010110111001111110111011101000110111000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA62DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA62DC; }

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

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

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

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

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

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

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

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