#BA61DC

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

Shades of Medium Orchid #BA61DC

Tints of Medium Orchid #BA61DC

Color information

#BA61DC (or 0xBA61DC) is unknown color: approx Medium Orchid. HEX triplet: BA, 61 and DC. RGB value is (186,97,220). Sum of RGB (Red+Green+Blue) = 186+97+220=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 97 (38.28% from 255 or 19.28% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA61DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA61DC is #459E23. Grayscale: #898989. Windows color (decimal): -4562468 or 14442938. OLE color: 14442938.

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

Color convert

RGB18697220-
CMYK0.150.5600.14
HSL283.41º63.73%62.16%-
HSV(B)283.41º55.91%86.27%-
XYZ37.4424.1670.4-
YUV137.63174.49162.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.98%
GREEN value IS 97 (38.28% from 255) = 19.28%
BLUE value IS 220 (86.33% from 255) = 43.74%
R=36.98%
G=19.28%
B=43.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal186972200.150.5600.14283.4163.7362.16
HexBA61DCF380E11b403e
Octal272141334177001643310076
Binary101110101100001110111001111111000011101000110111000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA61DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA61DC; }

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

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

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

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

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

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

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

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