#BA64C7

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

Shades of Medium Orchid #BA64C7

Tints of Medium Orchid #BA64C7

Color information

#BA64C7 (or 0xBA64C7) is unknown color: approx Medium Orchid. HEX triplet: BA, 64 and C7. RGB value is (186,100,199). Sum of RGB (Red+Green+Blue) = 186+100+199=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 100 (39.45% from 255 or 20.62% from 485); Blue value is 199 (78.12% from 255 or 41.03% from 485); Max value from RGB is 199 - color contains mainly: blue. Hex color #BA64C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA64C7 is #459B38. Grayscale: #888888. Windows color (decimal): -4561721 or 13067450. OLE color: 13067450.

HSL color Cylindrical-coordinate representation of color #BA64C7: hue angle of 292.12º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA64C7 is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB186100199-
CMYK0.070.5000.22
HSL292.12º46.92%58.63%-
HSV(B)292.12º49.75%78.04%-
XYZ35.1223.6856.75-
YUV137162.99162.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.35%
GREEN value IS 100 (39.45% from 255) = 20.62%
BLUE value IS 199 (78.12% from 255) = 41.03%
R=38.35%
G=20.62%
B=41.03%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1861001990.070.5000.22292.1246.9258.63
HexBA64C77320161242f3b
Octal2721443077620264445773
Binary10111010110010011000111111110010010110100100100101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA64C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA64C7; }

 p { color: rgb(186,100,199); }

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

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

 a { background-color: rgb(186,100,199); }

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

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

 span { border-color: rgb(186,100,199); }

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