#BA70C9

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

Shades of Medium Orchid #BA70C9

Tints of Medium Orchid #BA70C9

Color information

#BA70C9 (or 0xBA70C9) is unknown color: approx Medium Orchid. HEX triplet: BA, 70 and C9. RGB value is (186,112,201). Sum of RGB (Red+Green+Blue) = 186+112+201=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 112 (44.14% from 255 or 22.44% from 499); Blue value is 201 (78.91% from 255 or 40.28% from 499); Max value from RGB is 201 - color contains mainly: blue. Hex color #BA70C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA70C9 is #458F36. Grayscale: #8F8F8F. Windows color (decimal): -4558647 or 13201594. OLE color: 13201594.

HSL color Cylindrical-coordinate representation of color #BA70C9: hue angle of 289.89º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA70C9 is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB186112201-
CMYK0.070.4400.21
HSL289.89º45.18%61.37%-
HSV(B)289.89º44.28%78.82%-
XYZ36.5926.2458.4-
YUV144.27160.02157.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.27%
GREEN value IS 112 (44.14% from 255) = 22.44%
BLUE value IS 201 (78.91% from 255) = 40.28%
R=37.27%
G=22.44%
B=40.28%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1861122010.070.4400.21289.8945.1861.37
HexBA70C972C0151222d3d
Octal2721603117540254425575
Binary10111010111000011001001111101100010101100100010101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA70C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA70C9; }

 p { color: rgb(186,112,201); }

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

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

 a { background-color: rgb(186,112,201); }

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

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

 span { border-color: rgb(186,112,201); }

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